aboutsummaryrefslogtreecommitdiff
path: root/archival/lzop.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/lzop.c')
-rw-r--r--archival/lzop.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/archival/lzop.c b/archival/lzop.c
index 967d4b74d..df18ff170 100644
--- a/archival/lzop.c
+++ b/archival/lzop.c
@@ -29,28 +29,28 @@
//config: bool "lzop (13 kb)"
//config: default y
//config: help
-//config: Lzop compression/decompresion.
+//config: Lzop compression/decompresion.
//config:
//config:config UNLZOP
//config: bool "unlzop (13 kb)"
//config: default n # INCOMPAT: upstream lzop does not provide such tool
//config: help
-//config: Lzop decompresion.
+//config: Lzop decompresion.
//config:
//config:config LZOPCAT
//config: bool "lzopcat (13 kb)"
//config: default n # INCOMPAT: upstream lzop does not provide such tool
//config: help
-//config: Alias to "lzop -dc".
+//config: Alias to "lzop -dc".
//config:
//config:config LZOP_COMPR_HIGH
//config: bool "lzop compression levels 7,8,9 (not very useful)"
//config: default n
//config: depends on LZOP || UNLZOP || LZOPCAT
//config: help
-//config: High levels (7,8,9) of lzop compression. These levels
-//config: are actually slower than gzip at equivalent compression ratios
-//config: and take up 3.2K of code.
+//config: High levels (7,8,9) of lzop compression. These levels
+//config: are actually slower than gzip at equivalent compression ratios
+//config: and take up 3.2K of code.
//applet:IF_LZOP(APPLET(lzop, BB_DIR_BIN, BB_SUID_DROP))
// APPLET_ODDNAME:name main location suid_type help