]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing word in news item
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Feb 2021 06:28:35 +0000 (07:28 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Feb 2021 06:28:35 +0000 (07:28 +0100)
doc/NEWS.adoc

index a4b3af8a2a3b9a396c63d21a4399b22c39740aae..e97b93f42c27d9491b19cf4da308cd033f1f327f 100644 (file)
@@ -18,7 +18,7 @@ New features
 
 - The value of the `SOURCE_DATE_EPOCH` variable is now only hashed if it
   potentially affects the output from ccache. This means that ccache now (like
-  before version 4.0) will be able produce cache hits for source code that
+  before version 4.0) will be able to produce cache hits for source code that
   doesn't contain `__DATE__` or `__TIME__` macros regardless of the value of
   `SOURCE_DATE_EPOCH`.