You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/24 17:37:39 UTC

[commons-configuration] branch master updated: Spelling

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 a6919d87 Spelling
     new 5f7cb155 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration.git
a6919d87 is described below

commit a6919d87b40c3e3f806d2b7653dae0728eb46027
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 13:37:02 2023 -0400

    Spelling
---
 src/main/java/org/apache/commons/configuration2/DataConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/configuration2/DataConfiguration.java b/src/main/java/org/apache/commons/configuration2/DataConfiguration.java
index 30912acb..a9722286 100644
--- a/src/main/java/org/apache/commons/configuration2/DataConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/DataConfiguration.java
@@ -100,7 +100,7 @@ import org.apache.commons.lang3.StringUtils;
  * @since 1.1
  */
 public class DataConfiguration extends AbstractConfiguration {
-    /** The key of the property storing the user defined date format. */
+    /** The key of the property storing the user-defined date format. */
     public static final String DATE_FORMAT_KEY = "org.apache.commons.configuration.format.date";
 
     /** The default format for dates. */