Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hofstetter <[email protected]>
  • Loading branch information
sylvestre and cakebaker authored Apr 17, 2023
1 parent 7483056 commit e44a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/hashsum/src/hashsum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ fn create_algo_from_flags(matches: &ArgMatches) -> (&'static str, Box<dyn Digest
}
}

let alg = alg.unwrap_or_else(|| crash!(1, "You must specify hash algorithm!"));
let alg = alg.unwrap_or_else(|| crash!(1, "You must specify a hash algorithm!"));
(name, alg, output_bits)
}

Expand Down

0 comments on commit e44a8d5

Please sign in to comment.