From 39b4e60b7b21ddc7ec9806718046ae5dce013da0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 27 Jan 2025 10:13:26 -0500 Subject: [PATCH] Normalize spelling --- .../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 6c20d6b6157..f55bc425125 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 @@ * *

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.

+ * and padding, and is not designed to allow generalized alternate formats.

* * @since 3.0 * @deprecated As of 3.6, use Apache Commons Text