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) |
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 Lzop compression/decompresion. config LZOP_COMPR_HIGH - bool "lzop complession levels 7,8,9 (not very useful)" + bool "lzop compression levels 7,8,9 (not very useful)" default n depends on LZOP help @@ -206,7 +206,7 @@ config RPM2CPIO bool "rpm2cpio" default y help - Converts an RPM file into a CPIO archive. + Converts a RPM file into a CPIO archive. config RPM bool "rpm" |