Merge remote branch 'jaalto/lrzip.c-spelling-unknown'

This commit is contained in:
ckolivas 2011-04-22 06:58:11 +10:00
commit d075d228ad

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 */