[git commit] typo fix in config help text

Denys Vlasenko vda.linux at googlemail.com
Thu Jan 5 10:47:28 UTC 2017


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

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

diff --git a/archival/unzip.c b/archival/unzip.c
index edef22f..f172643 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -31,7 +31,7 @@
 //config:	depends on UNZIP
 //config:	help
 //config:	  If you know that you only need to deal with simple
-//config:	  ZIP files without deleted/updated files, SFX archves etc,
+//config:	  ZIP files without deleted/updated files, SFX archives etc,
 //config:	  you can reduce code size by unselecting this option.
 //config:	  To support less trivial ZIPs, say Y.
 


More information about the busybox-cvs mailing list