From 476dce3e664bcbb553c85d9df8e5374009c96197 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Thu, 21 Apr 2011 20:01:48 +0300 Subject: [PATCH] lrzip.c: (get_magic): Fix spelling mistake --- lrzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrzip.c b/lrzip.c index 8070d8f..cb6008f 100644 --- a/lrzip.c +++ b/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 */