diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-29 02:06:50 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-29 02:06:50 +0200 |
commit | 91234b9be04a90f08ee4506955983338f9d3a29e (patch) | |
tree | c1e1fbeef6f46e6cb972eff273431c547c34e1d2 | |
parent | 0834a6d3b9daec1f460c3cc836136ace12c53df0 (diff) | |
download | busybox-w32-91234b9be04a90f08ee4506955983338f9d3a29e.tar.gz busybox-w32-91234b9be04a90f08ee4506955983338f9d3a29e.tar.bz2 busybox-w32-91234b9be04a90f08ee4506955983338f9d3a29e.zip |
typo fixes in config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | archival/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.src b/archival/Config.src index 9a84fd6c6..81788ecd9 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -194,7 +194,7 @@ config LZOP | |||
194 | Lzop compression/decompresion. | 194 | Lzop compression/decompresion. |
195 | 195 | ||
196 | config LZOP_COMPR_HIGH | 196 | config LZOP_COMPR_HIGH |
197 | bool "lzop complession levels 7,8,9 (not very useful)" | 197 | bool "lzop compression levels 7,8,9 (not very useful)" |
198 | default n | 198 | default n |
199 | depends on LZOP | 199 | depends on LZOP |
200 | help | 200 | help |
@@ -206,7 +206,7 @@ config RPM2CPIO | |||
206 | bool "rpm2cpio" | 206 | bool "rpm2cpio" |
207 | default y | 207 | default y |
208 | help | 208 | help |
209 | Converts an RPM file into a CPIO archive. | 209 | Converts a RPM file into a CPIO archive. |
210 | 210 | ||
211 | config RPM | 211 | config RPM |
212 | bool "rpm" | 212 | bool "rpm" |