[git commit] typo fix

Denys Vlasenko vda.linux at googlemail.com
Mon Jun 20 14:28:53 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=e24e88697af81800060efc75e67777ef245b15cd
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/libarchive/open_transformer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archival/libarchive/open_transformer.c b/archival/libarchive/open_transformer.c
index dd15a9b..a3018d9 100644
--- a/archival/libarchive/open_transformer.c
+++ b/archival/libarchive/open_transformer.c
@@ -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);


More information about the busybox-cvs mailing list