summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-21 20:55:03 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-27 21:33:52 +0100
commitb8d068c01bcc8d1ed977c372ef1eb8f97f5af201 (patch)
tree01cb978261950231c3f439fb13aeeaa03604875b /doc
parent5d2f3c702710acd9fc9f71b2a0c3545b3ad5f841 (diff)
downloadccache-b8d068c01bcc8d1ed977c372ef1eb8f97f5af201.tar.gz
doc: Fix spelling of potentially
Diffstat (limited to 'doc')
-rw-r--r--doc/MANUAL.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index f559f9e8..1d06e694 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -159,7 +159,7 @@ documentation.
*-x*, *--show-compression*::
Print cache compression statistics. See _<<Cache compression>>_ for more
- information. This can potentionally take a long time since all files in the
+ information. This can potentially take a long time since all files in the
cache need to be visited.
*-p*, *--show-config*::
@@ -225,9 +225,9 @@ directory to a certain size, use `CCACHE_MAXSIZE=_SIZE_ ccache -c`.
Recompress to level _LEVEL_ using the Zstandard algorithm when using
`--trim-dir`. The level can be an integer, with the same semantics as the
- <<config_compression_level,*compression_level*>> configuration option), or
+ <<config_compression_level,*compression_level*>> configuration option, or
the special value *uncompressed* for no compression. See _<<Cache
- compression>>_ for more information. This can potentionally take a long time
+ compression>>_ for more information. This can potentially take a long time
since all files in the cache need to be visited. Only files that are
currently compressed with a different level than _LEVEL_ will be
recompressed.