summaryrefslogtreecommitdiff
path: root/scripts/prereq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prereq.sh')
-rwxr-xr-xscripts/prereq.sh2
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