]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Jul 2016 09:39:39 +0000 (11:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Jul 2016 09:39:39 +0000 (11:39 +0200)
test.sh

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