lrzip.c: (get_magic): Fix spelling mistake

This commit is contained in:
Jari Aalto 2011-04-21 20:01:48 +03:00
parent 77f17857e7
commit 476dce3e66

View file

@ -167,7 +167,7 @@ static void get_magic(rzip_control *control, char *magic)
if (encrypted == 1)
control->flags |= FLAG_ENCRYPT;
else
failure("Unkown encryption\n");
failure("Unknown encryption\n");
/* In encrypted files, the size field is used to store the salt
* instead and the size is unknown, just like a STDOUT chunked
* file */