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 a64be9d  Normalize spelling of summarizing.
a64be9d is described below

commit a64be9d8a85cd2a87859e64cdd0dbcbb2eb7f5ce
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 3 10:48:47 2022 -0400

    Normalize spelling of summarizing.
---
 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 c60f065..e585329 100644
--- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
+++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
@@ -193,7 +193,7 @@ public class ExceptionUtils {
     }
 
     /**
-     * Gets a short message summarising the exception.
+     * Gets a short message summarizing the exception.
      * <p>
      * The message returned is of the form
      * {ClassNameWithoutPackage}: {ThrowableMessage}
@@ -235,7 +235,7 @@ public class ExceptionUtils {
     }
 
     /**
-     * Gets a short message summarising the root cause exception.
+     * Gets a short message summarizing the root cause exception.
      * <p>
      * The message returned is of the form
      * {ClassNameWithoutPackage}: {ThrowableMessage}

Reply via email to