This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 81bba1a6 Normalize spelling 81bba1a6 is described below commit 81bba1a67a1059ec53cfd4edd5848637a9c92df6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 6 17:46:29 2024 -0500 Normalize spelling Note that "UNIX" is a trademark, "Unix" is not --- .../java/org/apache/commons/configuration2/io/FileLocatorUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java b/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java index b1a82d8f..870b41e5 100644 --- a/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java +++ b/src/main/java/org/apache/commons/configuration2/io/FileLocatorUtils.java @@ -350,7 +350,7 @@ public final class FileLocatorUtils { * <properties fileName="/subdir/my.properties"/> * </pre> * - * Under Windows this path would be resolved relative to the configuration definition file. Under UNIX this would be + * Under Windows this path would be resolved relative to the configuration definition file. Under Unix this would be * treated as an absolute path name. * * @param basePath the base path