Skip to content

Commit b858f0c

Browse files
authored
block-padding: fix small typo in docstring (#798)
1 parent 1261e29 commit b858f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block-padding/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum PadType {
2525
Reversible,
2626
/// Ambiguous padding
2727
Ambiguous,
28-
/// No padding, message must be mutliple of block size
28+
/// No padding, message must be multiple of block size
2929
NoPadding,
3030
}
3131

0 commit comments

Comments
 (0)