Skip to content

Commit

Permalink
Fix typo reported by @Marcono1234.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 622997747
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Apr 9, 2024
1 parent d364abb commit ac17a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/guava/src/com/google/common/hash/Hashing.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private static class Sha512Holder {
* MD5 (128 hash bits) hash function and the given secret key.
*
* <p>If you are designing a new system that needs HMAC, prefer {@link #hmacSha256} or other
* future-proof algorithsm <a
* future-proof algorithms <a
* href="https://datatracker.ietf.org/doc/html/rfc6151#section-2.3">over {@code hmacMd5}</a>.
*
* @param key the secret key
Expand All @@ -299,7 +299,7 @@ public static HashFunction hmacMd5(Key key) {
* and the MD5 algorithm.
*
* <p>If you are designing a new system that needs HMAC, prefer {@link #hmacSha256} or other
* future-proof algorithsm <a
* future-proof algorithms <a
* href="https://datatracker.ietf.org/doc/html/rfc6151#section-2.3">over {@code hmacMd5}</a>.
*
* @param key the key material of the secret key
Expand Down
4 changes: 2 additions & 2 deletions guava/src/com/google/common/hash/Hashing.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private static class Sha512Holder {
* MD5 (128 hash bits) hash function and the given secret key.
*
* <p>If you are designing a new system that needs HMAC, prefer {@link #hmacSha256} or other
* future-proof algorithsm <a
* future-proof algorithms <a
* href="https://datatracker.ietf.org/doc/html/rfc6151#section-2.3">over {@code hmacMd5}</a>.
*
* @param key the secret key
Expand All @@ -304,7 +304,7 @@ public static HashFunction hmacMd5(Key key) {
* and the MD5 algorithm.
*
* <p>If you are designing a new system that needs HMAC, prefer {@link #hmacSha256} or other
* future-proof algorithsm <a
* future-proof algorithms <a
* href="https://datatracker.ietf.org/doc/html/rfc6151#section-2.3">over {@code hmacMd5}</a>.
*
* @param key the key material of the secret key
Expand Down

0 comments on commit ac17a14

Please sign in to comment.