From: Joel Rosdahl Date: Sun, 25 Apr 2010 08:27:46 +0000 (+0200) Subject: Fix typo X-Git-Tag: v3.0pre1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f25b460aaf46929ba7438bfd6309ea2e66faa636;p=thirdparty%2Fccache.git Fix typo --- diff --git a/test.sh b/test.sh index a406cc035..0b5857aac 100755 --- a/test.sh +++ b/test.sh @@ -954,7 +954,7 @@ readonly_suite() { test_failed "readonly mode stored files in the cache" fi - # Chech that readonly mode and direct mode works. + # Check that readonly mode and direct mode works. unset CCACHE_NODIRECT files_before=`find $CCACHE_DIR -type f | wc -l` CCACHE_READONLY=1 CCACHE_TEMPDIR=/tmp $CCACHE $COMPILER -c test.c -o test.o