Skip to content

Commit 59a6b0b

Browse files
committed
checksum algo - fine
1 parent 4dbaf50 commit 59a6b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/jpmorganchase/fusion/digest/checksum/DigestProviderService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public DigestProvider getDigestProvider(String digestAlgo) throws IOException {
1919
case "MD5":
2020
return new SHAProvider(digestAlgo);
2121
default:
22-
throw new IOException("Inavlid digest algorithm provided");
22+
throw new IOException("Invalid digest algorithm provided");
2323
}
2424
} catch (NoSuchAlgorithmException e) {
2525
throw new IOException("Invalid digest algorithm provided", e);

0 commit comments

Comments
 (0)