Cleanup: spelling in comments & duplicate terms (check_spelling.py)

Also minor clarification in doc-string.
This commit is contained in:
Campbell Barton
2025-06-04 01:51:29 +00:00
parent 6fab30a767
commit 6a1fa176ef
20 changed files with 30 additions and 29 deletions

View File

@@ -226,7 +226,7 @@ if(NOT MSVC_CLANG)
string(APPEND CMAKE_CXX_FLAGS " /permissive- /Zc:__cplusplus /Zc:inline")
string(APPEND CMAKE_C_FLAGS " /Zc:inline")
# For VS2022+ we can enable the the new preprocessor
# For VS2022+ we can enable the new preprocessor
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19.30.30423)
string(APPEND CMAKE_CXX_FLAGS " /Zc:preprocessor")
string(APPEND CMAKE_C_FLAGS " /Zc:preprocessor")