From: Andrej Date: Sat, 11 Oct 2025 09:16:19 +0000 (+0200) Subject: chore: Fix typo in CcacheVersion (#1645) X-Git-Tag: v4.13~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2847962f2f9ff7ad191f8b289177156a720252;p=thirdparty%2Fccache.git chore: Fix typo in CcacheVersion (#1645) --- diff --git a/cmake/CcacheVersion.cmake b/cmake/CcacheVersion.cmake index 111d5c66..c4c7bc73 100644 --- a/cmake/CcacheVersion.cmake +++ b/cmake/CcacheVersion.cmake @@ -3,7 +3,7 @@ # - CCACHE_VERSION (version string) # - CCACHE_VERSION_ORIGIN (archive or git) # -# There are three main scenarios: +# Main scenarios for determining the version: # # 1. Building from a source code archive generated by "git archive", e.g. the # official source code archive or one downloaded directly from GitHub via