From: Joel Rosdahl Date: Thu, 28 Jul 2016 09:39:39 +0000 (+0200) Subject: test: Fix typo X-Git-Tag: v3.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f65fdc805c7e4154f004718756df7500ada821;p=thirdparty%2Fccache.git test: Fix typo --- diff --git a/test.sh b/test.sh index f2e359821..aa83cdaaa 100755 --- a/test.sh +++ b/test.sh @@ -409,8 +409,8 @@ base_tests() { $UNCACHED_COMPILE -c -o reference_test1.o test1.c expect_equal_object_files reference_test1.o test1.o - # CCACHE_RECACHE replace the object file, so the statistics counter will be - # off-by-one until next cleanup. + # CCACHE_RECACHE replaces the object file, so the statistics counter will + # be off-by-one until next cleanup. expect_stat 'files in cache' 2 $CCACHE -c >/dev/null expect_stat 'files in cache' 1