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-io.git
The following commit(s) were added to refs/heads/master by this push: new 82248cee9 Javadoc 82248cee9 is described below commit 82248cee944fd2b5885be9c0451f912e3ae46b6a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 1 14:20:48 2025 -0500 Javadoc --- src/main/java/org/apache/commons/io/FilenameUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/FilenameUtils.java b/src/main/java/org/apache/commons/io/FilenameUtils.java index 85aaa0d66..d44acde1f 100644 --- a/src/main/java/org/apache/commons/io/FilenameUtils.java +++ b/src/main/java/org/apache/commons/io/FilenameUtils.java @@ -618,7 +618,7 @@ public static String getBaseName(final String fileName) { } /** - * Gets the extension of a fileName. + * Gets the extension of a file name. * <p> * This method returns the textual part of the file name after the last dot. * There must be no directory separator after the dot.