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

@@ -1521,7 +1521,7 @@ function (create_javah)
"CLASSES;CLASSPATH;DEPENDS"
${ARGN})
# ckeck parameters
# check parameters
if (NOT _create_javah_TARGET AND NOT _create_javah_GENERATED_FILES)
message (FATAL_ERROR "create_javah: TARGET or GENERATED_FILES must be specified.")
endif()