]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Fix spelling
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 19 Jan 2023 19:57:18 +0000 (20:57 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 27 Jan 2023 12:10:42 +0000 (13:10 +0100)
doc/MANUAL.adoc

index b8cd4179ba6b249d4a740390aeced10147e97541..de24f73d573af040b8e892f928b43c2c0b7eb5cc 100644 (file)
@@ -720,7 +720,7 @@ WARNING: Do not enable this option unless you are aware of these caveats:
   safety measure. Furthermore, a simple integrity check is made for cached
   object files by verifying that their sizes are correct. This means that
   mistakes like `strip file.o` or `echo >file.o` will be detected even if the
-  object file is made writeable, but a modification that doesn't change the file
+  object file is made writable, but a modification that doesn't change the file
   size will not.
 * Programs that don't expect that files from two different identical
   compilations are hard links to each other can fail.