From f25b460aaf46929ba7438bfd6309ea2e66faa636 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 25 Apr 2010 10:27:46 +0200 Subject: [PATCH] Fix typo --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3