Skip to content

Commit 118812c

Browse files
committed
fix: Fix typo in error message
1 parent b08fb7b commit 118812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peru_dnie/hashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __call__(self, input_bytes: bytes) -> bytes:
2828
elif self.name == "sha512":
2929
return hash_sha384(input_bytes)
3030
else:
31-
raise TypeError("Hash functoin not supported")
31+
raise TypeError("Hash function not supported")
3232

3333

3434
def hash_sha224(input_bytes: bytes) -> bytes:

0 commit comments

Comments
 (0)