From: Joel Rosdahl Date: Mon, 21 Nov 2022 19:55:03 +0000 (+0100) Subject: doc: Fix spelling of potentially X-Git-Tag: v4.8~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d068c01bcc8d1ed977c372ef1eb8f97f5af201;p=thirdparty%2Fccache.git doc: Fix spelling of potentially --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index f559f9e88..1d06e694f 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -159,7 +159,7 @@ documentation. *-x*, *--show-compression*:: Print cache compression statistics. See _<>_ 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 - <> configuration option), or + <> configuration option, or the special value *uncompressed* for no compression. See _<>_ 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.