]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Spelling fix
authorVille Skyttä <ville.skytta@iki.fi>
Fri, 12 Dec 2014 08:59:17 +0000 (10:59 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 13 Dec 2014 13:10:02 +0000 (14:10 +0100)
test.sh

diff --git a/test.sh b/test.sh
index 4cad450d2c2727add3c68c4fd61e77cf01fe751e..d0cc531f3b62c2c130cad6c5ccfb976b2fe69d9a 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -219,7 +219,7 @@ base_tests() {
     mv $CCACHE_DIR $CCACHE_DIR.saved
     CCACHE_DISABLE=1 $CCACHE_COMPILE -c test1.c 2> /dev/null
     if [ -d $CCACHE_DIR ]; then
-        test_failed "$CCACHE_DIR created dispite CCACHE_DISABLE being set"
+        test_failed "$CCACHE_DIR created despite CCACHE_DISABLE being set"
     fi
     mv $CCACHE_DIR.saved $CCACHE_DIR
     checkstat 'cache hit (preprocessed)' 3