]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 6 Jan 2025 09:32:26 +0000 (10:32 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 6 Jan 2025 09:32:26 +0000 (10:32 +0100)
doc/MANUAL.adoc

index 8168a91c48f0ccb7f919f3bbd669bc317bf08bef..339296dbcc1ca19a698858442302d4bbadef61b7 100644 (file)
@@ -1395,7 +1395,7 @@ cache files read on a cache hit to mark them as recently used.
 For performance reasons only entries in a subset of the cache are considered
 when automatic cleanup is triggered. This means that there is no guarantee that
 the oldest entries of the whole cache are evicted on each individual cleanup,
-but over time the cache as a whole will be have "approximate LRU eviction"
+but over time the cache as a whole will have "approximate LRU eviction"
 behavior.