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

View File

@@ -36,7 +36,7 @@ set_target_properties (example1 PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/Python2")
target_link_libraries(example1 PRIVATE Python2::Module)
# re-use sample interface file for another plugin
# reuse sample interface file for another plugin
swig_add_library(example2
LANGUAGE python
OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/Python3"