]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Spelling correction
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 16 Apr 2008 00:15:07 +0000 (02:15 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 16 Apr 2008 00:15:07 +0000 (02:15 +0200)
configure.in

index 857916ba0569bac4b92519ddd2ad888497cd9ba7..acf713c8da537904f4720e6064f3e3ae7e4e181a 100644 (file)
@@ -1993,7 +1993,7 @@ if $CPPUNITCONFIG --help >/dev/null; then
   SQUID_CPPUNIT_LA=''
   SQUID_CPPUNIT_INC="`$CPPUNITCONFIG --cflags`"
 else
-  echo "cppunit does not apear to be installed. squid does not require this, but code testing with 'make check' will fail."
+  echo "cppunit does not appear to be installed. squid does not require this, but code testing with 'make check' will fail."
   SQUID_CPPUNIT_LA='' 
   SQUID_CPPUNIT_LIBS=''
   SQUID_CPPUNIT_INC=''