Skip to content

Commit 0858fdd

Browse files
authored
Correct typo in comment in validate.rs
Correct a typo in a comment in test_algo_based_parser test function.
1 parent b670d0c commit 0858fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uucore/src/lib/features/checksum/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ mod tests {
10451045
(b" MD5(weirdfilename6) = ) = fds65dsf46as5df4d6f54asds5d7f7g9", None),
10461046
(b" MD5 (weirdfilename7)= )= fds65dsf46as5df4d6f54asds5d7f7g9", None),
10471047
(b" MD5 (weirdfilename8) = )= fds65dsf46as5df4d6f54asds5d7f7g9", None),
1048-
// test that missing algorithm
1048+
// test for missing algorithm
10491049
(b"(filename) = fds65dsf46as5df4d6f54asds5d7f7g9", None),
10501050
(b"filename) = fds65dsf46as5df4d6f54asds5d7f7g9", None),
10511051
(b"filename = fds65dsf46as5df4d6f54asds5d7f7g9", None),

0 commit comments

Comments
 (0)