diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-05 11:47:28 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-05 11:47:28 +0100 |
commit | ecba2944d576c053ec65a4cf5d8a084137cb69f8 (patch) | |
tree | da013d14823a490be521631f2aba8829c749d526 /archival | |
parent | e3c4db8b396e955ca01648ba51c0fd093f3cab56 (diff) | |
download | busybox-ecba2944d576c053ec65a4cf5d8a084137cb69f8.tar.gz |
typo fix in config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index edef22f75..f1726439d 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. |