Skip to content

Commit 5eff65e

Browse files
committed
Normalize spelling
1 parent 204d59e commit 5eff65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/codec/digest/MurmurHash3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private static int orBytes(final byte b1, final byte b2, final byte b3, final by
158158

159159
/**
160160
* The current running hash.
161-
* This must be finalised to generate the 32-bit hash value.
161+
* This must be finalized to generate the 32-bit hash value.
162162
*/
163163
private int hash;
164164

0 commit comments

Comments
 (0)