diff options
author | Carlos Santos <unixmania@gmail.com> | 2020-05-31 12:25:49 -0300 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-06 18:05:23 +0200 |
commit | bdd276c73c05f64340fd7fc33b557f0e88528df7 (patch) | |
tree | 5033009b18ac3c9b746080a8eb1fce2fa04a54e7 /scripts | |
parent | 9329253739288b5da8a02344da957b7017da29e6 (diff) |
Fix "program" spelling
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prereq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh index 0245d6e9d..bc7d829b1 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -411,7 +411,7 @@ EOF $MAKE --no-print-directory LDADD=-lz ADK_TOPDIR=$topdir -f Makefile.tmp >/dev/null 2>&1 X=$(echo YES | gzip | ./test 2>/dev/null) if [ X$X != XYES ]; then - echo Cannot compile a libz test programm. + echo Cannot compile a libz test program. echo You must install the zlib development package, echo usually called libz-dev, and the run-time library. echo |