From: Ville Skyttä Date: Fri, 12 Dec 2014 08:59:17 +0000 (+0200) Subject: Spelling fix X-Git-Tag: v3.1.11~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bb86ce1e1e6c36cc3082037220dfce9fdbcc92;p=thirdparty%2Fccache.git Spelling fix --- diff --git a/test.sh b/test.sh index 4cad450d2..d0cc531f3 100755 --- 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