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 2019/11/03 23:32:28 UTC

[commons-configuration] branch master updated: Fix Javadoc typo.

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 61fea43  Fix Javadoc typo.
61fea43 is described below

commit 61fea43585c27f10ce94e7722dd6456a47b59a64
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 3 18:32:21 2019 -0500

    Fix Javadoc typo.
---
 src/main/java/org/apache/commons/configuration2/XMLConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java b/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java
index 540486d..0248265 100644
--- a/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java
@@ -875,7 +875,7 @@ public class XMLConfiguration extends BaseHierarchicalConfiguration implements
     /**
      * Creates and initializes the transformer used for save operations. This
      * base implementation initializes all of the default settings like
-     * indention mode and the DOCTYPE. Derived classes may overload this method
+     * indentation mode and the DOCTYPE. Derived classes may overload this method
      * if they have specific needs.
      *
      * @return the transformer to use for a save operation