summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Help/release/dev/UseJava-RESOURCES-NAMESPACE.rst2
-rw-r--r--Modules/UseJava.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/release/dev/UseJava-RESOURCES-NAMESPACE.rst b/Help/release/dev/UseJava-RESOURCES-NAMESPACE.rst
index a7bb685..caa07e7 100644
--- a/Help/release/dev/UseJava-RESOURCES-NAMESPACE.rst
+++ b/Help/release/dev/UseJava-RESOURCES-NAMESPACE.rst
@@ -2,4 +2,4 @@ UseJava-RESOURCES-NAMESPACE
---------------------------
* The :module:`UseJava` module command ``add_jar`` gained option RESOURCES
- allow explicit naming of resouces with non-optional namespace.
+ allow explicit naming of resources with non-optional namespace.
diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake
index 67478cc..baed7ef 100644
--- a/Modules/UseJava.cmake
+++ b/Modules/UseJava.cmake
@@ -51,7 +51,7 @@ almost certainly result in confusion.
.. note:: SOURCES
Adding resources via the ``SOURCES`` parameter relies upon a hard-coded
- list of file extensions which are tested to determine compilability
+ list of file extensions which are tested to determine whether they compile
(e.g. File.java). ``SOURCES`` files which match the extensions are compiled.
Files which do not match are treated as resources. To include uncompiled
resources matching those file extensions use the ``RESOURCES`` parameter.