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 5eff65e5 Normalize spelling
5eff65e5 is described below

commit 5eff65e517633326d9fdd6bafd231cd98351cecc
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 27 10:12:12 2025 -0500

    Normalize spelling
---
 src/main/java/org/apache/commons/codec/digest/MurmurHash3.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java 
b/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
index 24856133..3d2a6576 100644
--- a/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
+++ b/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
@@ -158,7 +158,7 @@ public final class MurmurHash3 {
 
         /**
          * The current running hash.
-         * This must be finalised to generate the 32-bit hash value.
+         * This must be finalized to generate the 32-bit hash value.
          */
         private int hash;
 

Reply via email to