Commit 593eb5a5256f6cde083b6c0e18b6c88bfb530e8a

Authored by Jay Berkenbilt
1 parent d2f06937

Spell check

Showing 2 changed files with 2 additions and 1 deletions
CMakeLists.txt
... ... @@ -389,7 +389,7 @@ message(STATUS " system: ${CPACK_SYSTEM_NAME}")
389 389 message(STATUS "")
390 390 if(MINGW)
391 391 message(STATUS "MinGW compiler: ${CMAKE_CXX_COMPILER}")
392   - message(STATUS "MinGW bin dirrectory: ${MINGW_BIN_DIR}")
  392 + message(STATUS "MinGW bin directory: ${MINGW_BIN_DIR}")
393 393 message(STATUS "")
394 394 endif()
395 395 message(STATUS "*** Options Summary ***")
... ...
cSpell.json
... ... @@ -490,6 +490,7 @@
490 490 "pushbuttons",
491 491 "pushedinheritedpageresources",
492 492 "putu",
  493 + "pwsh",
493 494 "pval",
494 495 "pybind",
495 496 "pytest",
... ...