Skip to content

Commit

Permalink
Merge branch 'mskrzypkows-typo' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 26, 2024
2 parents 76de55d + 5f6867d commit d91d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cybozu/sha2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct NewHash {
, md_(EVP_get_digestbyname(name))
{
if (md_ == 0) {
fprintf(stderr, "fatail error NewHash %s\n", name);
fprintf(stderr, "fatal error NewHash %s\n", name);
}
assert(md_);
}
Expand Down

0 comments on commit d91d9ac

Please sign in to comment.