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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new e77301bc Normalize spelling to US English
e77301bc is described below

commit e77301bc62bab26b7110659e61b25bf4eb38f3c2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 06:39:56 2023 -0400

    Normalize spelling to US English
---
 src/main/java/org/apache/commons/codec/binary/BaseNCodec.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java 
b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
index ef8071de..180dbf13 100644
--- a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
+++ b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
@@ -575,7 +575,7 @@ public abstract class BaseNCodec implements BinaryEncoder, 
BinaryDecoder {
     }
 
     /**
-     * Get the default buffer size. Can be overridden.
+     * Gets the default buffer size. Can be overridden.
      *
      * @return the default buffer size.
      */

Reply via email to