Skip to content

Commit

Permalink
Fix typo in genhash error message
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
  • Loading branch information
pqarmitage committed Oct 15, 2016
1 parent 13e8354 commit 403917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genhash/main.c
Expand Up @@ -166,7 +166,7 @@ parse_cmdline(int argc, char **argv, REQ * req_obj)
break;
}
if (i == hash_guard) {
fprintf(stderr, "unknown hash algoritm: %s\n", optarg);
fprintf(stderr, "unknown hash algorithm: %s\n", optarg);
return CMD_LINE_ERROR;
}
break;
Expand Down

0 comments on commit 403917b

Please sign in to comment.