From: Henrik Nordstrom Date: Wed, 16 Apr 2008 00:15:07 +0000 (+0200) Subject: Spelling correction X-Git-Tag: SQUID_3_1_0_1~49^2~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f646b9598267a112f3dfcc40a3322c2b37271b0c;p=thirdparty%2Fsquid.git Spelling correction --- diff --git a/configure.in b/configure.in index 857916ba05..acf713c8da 100644 --- a/configure.in +++ b/configure.in @@ -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=''