]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix typo in CcacheVersion (#1645)
authorAndrej <azhilenkov@gmail.com>
Sat, 11 Oct 2025 09:16:19 +0000 (11:16 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 09:16:19 +0000 (11:16 +0200)
cmake/CcacheVersion.cmake

index 111d5c66005f07f0ffe09ea26ea6b8149a1da4bf..c4c7bc73ae94081a77620e000ebedb157ed216be 100644 (file)
@@ -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