]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 25 Apr 2010 08:27:46 +0000 (10:27 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 25 Apr 2010 08:27:46 +0000 (10:27 +0200)
test.sh

diff --git a/test.sh b/test.sh
index a406cc035c07b6811aec953ea1dc92eccb6cbcc8..0b5857aacf324d3d550db535acbf2f6b2802dd35 100755 (executable)
--- 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