mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
lrzip.c: (get_magic): Fix spelling mistake
This commit is contained in:
parent
77f17857e7
commit
476dce3e66
2
lrzip.c
2
lrzip.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue