From bdd276c73c05f64340fd7fc33b557f0e88528df7 Mon Sep 17 00:00:00 2001 From: Carlos Santos Date: Sun, 31 May 2020 12:25:49 -0300 Subject: Fix "program" spelling Signed-off-by: Carlos Santos --- scripts/prereq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3