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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 66ddbc0c7 Javadoc spelling
66ddbc0c7 is described below

commit 66ddbc0c770c60be4bf5a532684e2f547b04793c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 16:02:14 2023 -0500

    Javadoc spelling
---
 src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java 
b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
index 4e2d8b9fd..aeb62776e 100644
--- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
+++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
@@ -114,7 +114,7 @@ public class ExceptionUtils {
      * to catch the shaded checked exception, it must either invoke the shaded
      * code through a method re-declaring the desired checked exception, or
      * catch Exception and use the {@code instanceof} operator. Either of these
-     * techniques are required when interacting with non-Java jvm code such as
+     * techniques are required when interacting with non-Java JVM code such as
      * Jython, Scala, or Groovy, since these languages do not consider any
      * exceptions as checked.
      * </p>
@@ -856,7 +856,7 @@ public class ExceptionUtils {
      * to catch the shaded checked exception, it must either invoke the shaded
      * code through a method re-declaring the desired checked exception, or
      * catch Exception and use the {@code instanceof} operator. Either of these
-     * techniques are required when interacting with non-Java jvm code such as
+     * techniques are required when interacting with non-Java JVM code such as
      * Jython, Scala, or Groovy, since these languages do not consider any
      * exceptions as checked.
      * </p>

Reply via email to