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 bc1f6cb0 Fix spelling bc1f6cb0 is described below commit bc1f6cb04ecb9924c4445a26f67412c652726785 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 06:27:41 2023 -0400 Fix spelling --- src/main/java/org/apache/commons/text/lookup/ConstantStringLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/lookup/ConstantStringLookup.java b/src/main/java/org/apache/commons/text/lookup/ConstantStringLookup.java index 97bd4239..3f1cbc3e 100644 --- a/src/main/java/org/apache/commons/text/lookup/ConstantStringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/ConstantStringLookup.java @@ -135,7 +135,7 @@ class ConstantStringLookup extends AbstractStringLookup { /** * Determines the value of the specified constant member field of a class. This implementation will call * {@code fetchClass()} to obtain the {@code java.lang.Class} object for the target class. Then it will use - * reflection to obtain the field's value. For this to work the field must be accessable. + * reflection to obtain the field's value. For this to work the field must be accessible. * * @param className the name of the class * @param fieldName the name of the member field of that class to read