codespell: Avoid escape sequence that looks like misspelled "nodes"

This commit is contained in:
Brad King
2023-05-18 16:12:22 -04:00
parent 2316ea6ac2
commit 3728f079af
19 changed files with 60 additions and 56 deletions
@@ -1,4 +1,4 @@
file(STRINGS "${Data5}" lines LIMIT_INPUT 1024)
if(NOT "x${lines}" STREQUAL "xInput file already transformed.")
message(SEND_ERROR "Input file:\n ${Data5}\ndoes not have expected content, but [[${lines}]]")
message(SEND_ERROR "Input file:\n ${Data5}\n" "does not have expected content, but [[${lines}]]")
endif()