mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Merge remote branch 'jaalto/lrzip.c-spelling-unknown'
This commit is contained in:
commit
d075d228ad
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