From: Karel Zak Date: Tue, 5 Aug 2014 13:47:36 +0000 (+0200) Subject: zramctl: fix typo X-Git-Tag: v2.26-rc1~549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed7f0112746beb320d35b92dd760970779d2d9a;p=thirdparty%2Futil-linux.git zramctl: fix typo Reported-by: Steven Honeyman Signed-off-by: Karel Zak --- diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c index a26cd8eba3..0f1ffab3f5 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 device size\n"), out); - fputs(_(" -t, --streams number of compressoin streams\n\n"), out); + fputs(_(" -t, --streams number of compression estreams\n\n"), out); fputs(USAGE_SEPARATOR, out); fputs(USAGE_HELP, out);