Various typo fixes

Some are user-facing. Others are source comments.
This commit is contained in:
Luz Paz
2018-01-03 07:09:54 -05:00
committed by Craig Scott
parent 3e1f5b11e0
commit 3ab7bf8285
61 changed files with 69 additions and 69 deletions

View File

@@ -30,7 +30,7 @@ if(NOT CMAKE_Java_CREATE_STATIC_LIBRARY)
set(CMAKE_Java_CREATE_STATIC_LIBRARY
"<CMAKE_Java_ARCHIVE> -cf <TARGET> -C <OBJECT_DIR> ${class_files_mask}")
# "${class_files_mask}" should really be "<OBJECTS>" but compling a *.java
# "${class_files_mask}" should really be "<OBJECTS>" but compiling a *.java
# file can create more than one *.class file...
endif()