From f89c1a559d2cd53bf5b3b4218e6b657517eabe58 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 11 May 2021 14:53:53 -0400 Subject: UseJava: Avoid non-word "compilability" in documentation Also fix spelling in the release note from commit 3e03f359a7 (UseJava: Add RESOURCES with NAMESPACE to add_jar(), 2021-04-27). --- Help/release/dev/UseJava-RESOURCES-NAMESPACE.rst | 2 +- Modules/UseJava.cmake | 2 +- 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. -- cgit v0.12