]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Fix spelling of potentially
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 21 Nov 2022 19:55:03 +0000 (20:55 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Nov 2022 20:33:52 +0000 (21:33 +0100)
doc/MANUAL.adoc

index f559f9e88593a368efa0b2c5e768e75c5f50103a..1d06e694f1c6a425eee8362628320b5c22c93b9d 100644 (file)
@@ -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.