From 66a2c7ba305ddf3865113aa42b5c99ace9289640 Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Fri, 1 Mar 2013 19:37:40 +0100 Subject: Typo fixes: avaiable -> available and priortiry -> priority Signed-off-by: Elie De Brauwer Signed-off-by: Artem Bityutskiy --- mkfs.jffs2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkfs.jffs2.c') diff --git a/mkfs.jffs2.c b/mkfs.jffs2.c index a33a0d6..7ade078 100644 --- a/mkfs.jffs2.c +++ b/mkfs.jffs2.c @@ -1396,14 +1396,14 @@ static const char helptext[] = " page size (default: 4KiB)\n" " -e, --eraseblock=SIZE Use erase block size SIZE (default: 64KiB)\n" " -c, --cleanmarker=SIZE Size of cleanmarker (default 12)\n" -" -m, --compr-mode=MODE Select compression mode (default: priortiry)\n" +" -m, --compr-mode=MODE Select compression mode (default: priority)\n" " -x, --disable-compressor=COMPRESSOR_NAME\n" " Disable a compressor\n" " -X, --enable-compressor=COMPRESSOR_NAME\n" " Enable a compressor\n" " -y, --compressor-priority=PRIORITY:COMPRESSOR_NAME\n" " Set the priority of a compressor\n" -" -L, --list-compressors Show the list of the avaiable compressors\n" +" -L, --list-compressors Show the list of the available compressors\n" " -t, --test-compression Call decompress and compare with the original (for test)\n" " -n, --no-cleanmarkers Don't add a cleanmarker to every eraseblock\n" " -o, --output=FILE Output to FILE (default: stdout)\n" -- cgit v1.2.3