Skip to content

Commit b4bded4

Browse files
committed
Javadoc "homepage" -> "home page"
1 parent 848e5fe commit b4bded4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* <p>This is a re-implementation of the original C code plus some additional
3434
* features.</p>
3535
*
36-
* <p>This is public domain code with no copyrights. From homepage of
36+
* <p>This is public domain code with no copyrights. From home page of
3737
* <a href="https://github.com/aappleby/smhasher">SMHasher</a>:</p>
3838
*
3939
* <blockquote>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* and the 128-bit hash function {@code MurmurHash3_x64_128} from Austin Applyby's
3131
* original {@code c++} code in SMHasher.</p>
3232
*
33-
* <p>This is public domain code with no copyrights. From homepage of
33+
* <p>This is public domain code with no copyrights. From home page of
3434
* <a href="https://github.com/aappleby/smhasher">SMHasher</a>:</p>
3535
*
3636
* <blockquote>

0 commit comments

Comments
 (0)