summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2023-01-19 20:57:18 +0100
committerJoel Rosdahl <joel@rosdahl.net>2023-01-27 13:10:42 +0100
commit4929868a3b1f01b36edb82ac970a5ae6884a66ef (patch)
tree85530424af9490ece4c69ccb37965feb570372d8
parent3a4f8250280486fb3793b55928793bf04dbde487 (diff)
downloadccache-4929868a3b1f01b36edb82ac970a5ae6884a66ef.tar.gz
doc: Fix spelling
-rw-r--r--doc/MANUAL.adoc2
1 files changed, 1 insertions, 1 deletions
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.