From 411013ea4506a6df24d35a060fcbd73a57b73eb3 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 8 Apr 2011 17:48:41 +0300 Subject: [PATCH] xz: Fix a typo in a comment. --- src/xz/coder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xz/coder.c b/src/xz/coder.c index c893f787..031cee22 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -401,7 +401,7 @@ coder_init(file_pair *pair) switch (init_format) { case FORMAT_AUTO: - // Uknown file format. If --decompress --stdout + // Unknown file format. If --decompress --stdout // --force have been given, then we copy the input // as is to stdout. Checking for MODE_DECOMPRESS // is needed, because we don't want to do use