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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 7dd61e44 Normalize spelling
7dd61e44 is described below
commit 7dd61e44c7f818d8ed330f54a00540323ff30dbe
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 27 10:14:23 2025 -0500
Normalize spelling
---
src/main/java/org/apache/commons/text/FormattableUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/text/FormattableUtils.java
b/src/main/java/org/apache/commons/text/FormattableUtils.java
index 525b76ac..cc0a2fc3 100644
--- a/src/main/java/org/apache/commons/text/FormattableUtils.java
+++ b/src/main/java/org/apache/commons/text/FormattableUtils.java
@@ -28,7 +28,7 @@ import org.apache.commons.lang3.StringUtils;
*
* <p>The {@link Formattable} interface provides basic control over formatting
* when using a {@code 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 1.0
*/