diff options
Diffstat (limited to 'crypt/badsalttest.c')
-rw-r--r-- | crypt/badsalttest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/badsalttest.c b/crypt/badsalttest.c index b8239a6..5e1c65d 100644 --- a/crypt/badsalttest.c +++ b/crypt/badsalttest.c @@ -29,7 +29,7 @@ static const char *tests[][2] = { "first char bad", "!x" }, { "second char bad", "Z%" }, { "both chars bad", ":@" }, - { "un$upported algorithm", "$2$" }, + { "unsupported algorithm", "$2$" }, { "unsupported_algorithm", "_1" }, }; |