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 fef03999 Javadoc spelling new 1371b905 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration fef03999 is described below commit fef039996fe938d6bb538f5488081e9ba50b6fa7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 29 15:42:11 2023 -0500 Javadoc spelling --- .../commons/configuration2/plist/XMLPropertyListConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/plist/XMLPropertyListConfiguration.java b/src/main/java/org/apache/commons/configuration2/plist/XMLPropertyListConfiguration.java index cc1711a5..462100fb 100644 --- a/src/main/java/org/apache/commons/configuration2/plist/XMLPropertyListConfiguration.java +++ b/src/main/java/org/apache/commons/configuration2/plist/XMLPropertyListConfiguration.java @@ -63,7 +63,7 @@ import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; /** - * Property list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). This + * Property list file (plist) in XML FORMAT as used by macOS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). This * configuration doesn't support the binary FORMAT used in OS X 10.4. * * <p>