]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix typo in NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 May 2021 18:48:38 +0000 (20:48 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 9 May 2021 18:48:38 +0000 (20:48 +0200)
doc/NEWS.adoc

index 7d69bd49042564c3d896915de15ecbcb35d45631..7e57b8260b474c28004b3ed5f283383077ea6cb6 100644 (file)
@@ -32,7 +32,7 @@ Bug fixes
 - Fixed a bug that made ccache process header files redundantly for some
   relative headers when using Clang.
 
-- The object path in now included in the input hash when using `-fprofile-arcs`
+- The object path is now included in the input hash when using `-fprofile-arcs`
   (or `--coverage`) since the object file embeds a `.gcda` path based on the
   object file path.