[PATCH 4/4] Typo fixes: avaiable -> available and priortiry -> priority
Elie De Brauwer
eliedebrauwer at gmail.com
Fri Mar 1 13:37:40 EST 2013
Signed-off-by: Elie De Brauwer <eliedebrauwer at gmail.com>
---
mkfs.jffs2.1 | 10 +++++-----
mkfs.jffs2.c | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/mkfs.jffs2.1 b/mkfs.jffs2.1
index 47a3ac7..7c57ddc 100644
--- a/mkfs.jffs2.1
+++ b/mkfs.jffs2.1
@@ -105,7 +105,7 @@ or the present directory, if the
option is not specified.
Each block of the files to be placed into the file system image
-are compressed using one of the avaiable compressors depending
+are compressed using one of the available compressors depending
on the selected compression mode.
File systems are created with the same endianness as the host,
@@ -209,21 +209,21 @@ successful one. The alternatives are:
.B -x, --disable-compressor=NAME
Disable a compressor. Use
.B -L
-to see the list of the avaiable compressors and their default states.
+to see the list of the available compressors and their default states.
.TP
.B -X, --enable-compressor=NAME
Enable a compressor. Use
.B -L
-to see the list of the avaiable compressors and their default states.
+to see the list of the available compressors and their default states.
.TP
.B -y, --compressor-priority=PRIORITY:NAME
Set the priority of a compressor. Use
.B -L
-to see the list of the avaiable compressors and their default priority.
+to see the list of the available compressors and their default priority.
Priorities are used by priority compression mode.
.TP
.B -L, --list-compressors
-Show the list of the avaiable compressors and their states.
+Show the list of the available compressors and their states.
.TP
.B -t, --test-compression
Call decompress after every compress - and compare the result with the original data -, and
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"
--
1.7.10.4
More information about the linux-mtd
mailing list