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 39b4e60b7 Normalize spelling
39b4e60b7 is described below
commit 39b4e60b7b21ddc7ec9806718046ae5dce013da0
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 27 10:13:26 2025 -0500
Normalize spelling
---
src/main/java/org/apache/commons/lang3/text/FormattableUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java
b/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java
index 6c20d6b61..f55bc4251 100644
--- a/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java
+++ b/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java
@@ -29,7 +29,7 @@
*
* <p>The {@link Formattable} interface provides basic control over formatting
* when using a {@link Formatter}. It is primarily concerned with numeric
precision
- * and padding, and is not designed to allow generalised alternate formats.</p>
+ * and padding, and is not designed to allow generalized alternate formats.</p>
*
* @since 3.0
* @deprecated As of 3.6, use Apache Commons Text