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 e3b4fc79d Fix word-typo (#1001) e3b4fc79d is described below commit e3b4fc79dfcae9c20d913472da1ce51160a38af8 Author: LeeJuHyun <50076031+juhyun...@users.noreply.github.com> AuthorDate: Sun Dec 18 20:01:49 2022 +0900 Fix word-typo (#1001) --- src/main/java/org/apache/commons/lang3/StringUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java b/src/main/java/org/apache/commons/lang3/StringUtils.java index 680f548a4..0b6fed66c 100644 --- a/src/main/java/org/apache/commons/lang3/StringUtils.java +++ b/src/main/java/org/apache/commons/lang3/StringUtils.java @@ -9275,7 +9275,7 @@ public class StringUtils { } /** - * Unwraps a given string from anther string. + * Unwraps a given string from another string. * * <pre> * StringUtils.unwrap(null, null) = null