codespell: Fix typos

This commit is contained in:
Brad King
2023-11-16 10:37:49 -05:00
parent f2776ac063
commit 2744f14db1
54 changed files with 64 additions and 64 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Check if given source compiles and links into an executable.
HAVE_ERROR_STOP)
The check is only performed once, with the result cached in the variable
named by ``<resultVar>``. Every subsequent CMake run will re-use this cached
named by ``<resultVar>``. Every subsequent CMake run will reuse this cached
value rather than performing the check again, even if the ``<code>`` changes.
In order to force the check to be re-evaluated, the variable named by
``<resultVar>`` must be manually removed from the cache.