summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.