Cleanup: spelling & duplicate terms (check_spelling.py)

This commit is contained in:
Campbell Barton
2025-05-30 10:59:58 +10:00
parent 9ecee59ee7
commit 50f3240abd
16 changed files with 26 additions and 26 deletions

View File

@@ -989,7 +989,7 @@ endif()
option(WITH_STRSIZE_DEBUG "\
Ensure string operations on fixed size buffers \
(works well with with \"WITH_COMPILER_ASAN\" & valgrind to detect incorrect buffer size arguments)"
(works well with \"WITH_COMPILER_ASAN\" & valgrind to detect incorrect buffer size arguments)"
OFF)
mark_as_advanced(WITH_STRSIZE_DEBUG)