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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new ceff860 Fix typos
ceff860 is described below
commit ceff86002ce9612716d0c712fdf2d60c0e9c04ee
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:14:30 2023 -0500
Fix typos
---
src/main/java/org/apache/commons/ognl/Evaluation.java | 2 +-
src/site/xdoc/language-guide.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/ognl/Evaluation.java
b/src/main/java/org/apache/commons/ognl/Evaluation.java
index e348dac..8f33d79 100644
--- a/src/main/java/org/apache/commons/ognl/Evaluation.java
+++ b/src/main/java/org/apache/commons/ognl/Evaluation.java
@@ -151,7 +151,7 @@ public class Evaluation
}
/**
- * Returns the parent evaluation of this evaluation. If this returns null
then it is is the root evaluation of a
+ * Returns the parent evaluation of this evaluation. If this returns null
then it is the root evaluation of a
* tree.
*/
public Evaluation getParent()
diff --git a/src/site/xdoc/language-guide.xml b/src/site/xdoc/language-guide.xml
index 11fd749..3335115 100644
--- a/src/site/xdoc/language-guide.xml
+++ b/src/site/xdoc/language-guide.xml
@@ -391,7 +391,7 @@
<source>#@java.util.LinkedHashMap@{ "foo" : "foo
value", "bar" : "bar value" }</source>
- <p>The above example will create an instance of the JDK 1.4 class
<code>LinkedHashMap</code>, ensuring the the insertion order of the elements is
preserved.</p>
+ <p>The above example will create an instance of the JDK 1.4 class
<code>LinkedHashMap</code>, ensuring the insertion order of the elements is
preserved.</p>
</subsection>
</section>