typo fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 20 Jun 2016 14:28:53 +0000 (16:28 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 20 Jun 2016 14:28:53 +0000 (16:28 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/open_transformer.c

index dd15a9b1f559b743c27913bb3439361ceee8b61b..a3018d9ec3e616daf3a0b388d5236b4d5a84a443 100644 (file)
@@ -302,7 +302,7 @@ int FAST_FUNC open_zipped(const char *fname, int fail_if_not_compressed)
        xstate->signature_skipped = 0;
        if (xstate->xformer) {
                fork_transformer_with_sig(fd, xstate->xformer, xstate->xformer_prog);
-       } /* esle: the file is not compressed */
+       } /* else: the file is not compressed */
 # endif
 
        free(xstate);