summaryrefslogtreecommitdiffstats
path: root/sys-utils/zramctl.c
diff options
context:
space:
mode:
authorKarel Zak2014-08-05 15:47:36 +0200
committerKarel Zak2014-08-05 15:47:36 +0200
commit6ed7f0112746beb320d35b92dd760970779d2d9a (patch)
treea2021d4cd2fb26b382237f5fca64033b9fb474ab /sys-utils/zramctl.c
parentMerge branch 'master' of https://github.com/ottxor/util-linux (diff)
downloadkernel-qcow2-util-linux-6ed7f0112746beb320d35b92dd760970779d2d9a.tar.gz
kernel-qcow2-util-linux-6ed7f0112746beb320d35b92dd760970779d2d9a.tar.xz
kernel-qcow2-util-linux-6ed7f0112746beb320d35b92dd760970779d2d9a.zip
zramctl: fix typo
Reported-by: Steven Honeyman Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/zramctl.c')
-rw-r--r--sys-utils/zramctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c
index a26cd8eba..0f1ffab3f 100644
--- a/sys-utils/zramctl.c
+++ b/sys-utils/zramctl.c
@@ -378,7 +378,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
fputs(_(" --raw use raw status output format\n"), out);
fputs(_(" -r, --reset reset all specified devices\n"), out);
fputs(_(" -s, --size <size> device size\n"), out);
- fputs(_(" -t, --streams <number> number of compressoin streams\n\n"), out);
+ fputs(_(" -t, --streams <number> number of compression estreams\n\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(USAGE_HELP, out);