From: Joel Rosdahl Date: Thu, 19 Jan 2023 19:57:18 +0000 (+0100) Subject: doc: Fix spelling X-Git-Tag: v4.8~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4929868a3b1f01b36edb82ac970a5ae6884a66ef;p=thirdparty%2Fccache.git doc: Fix spelling --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index b8cd4179b..de24f73d5 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -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.