MAINT: Misc. typos

Found via `codespell -q 3 -I ../cmake-whitelist.txt`.
This commit is contained in:
luz.paz
2018-02-08 06:27:21 -05:00
committed by Brad King
parent 1da3f3e916
commit 193082a3c8
9 changed files with 16 additions and 16 deletions

View File

@@ -36,7 +36,7 @@
# The default OUTPUT_DIR can also be changed by setting the variable
# CMAKE_JAVA_TARGET_OUTPUT_DIR.
#
# Optionaly, using option GENERATE_NATIVE_HEADERS, native header files can be generated
# Optionally, using option GENERATE_NATIVE_HEADERS, native header files can be generated
# for methods declared as native. These files provide the connective glue that allow your
# Java and C code to interact. An INTERFACE target will be created for an easy usage
# of generated files. Sub-option DESTINATION can be used to specify output directory for