From 4929868a3b1f01b36edb82ac970a5ae6884a66ef Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 19 Jan 2023 20:57:18 +0100 Subject: doc: Fix spelling --- doc/MANUAL.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index b8cd4179..de24f73d 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. -- cgit v1.2.1