]> www.infradead.org Git - mtd-utils.git/commitdiff
Typo fixes: avaiable -> available and priortiry -> priority
authorElie De Brauwer <eliedebrauwer@gmail.com>
Fri, 1 Mar 2013 18:37:40 +0000 (19:37 +0100)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 11 Mar 2013 08:41:11 +0000 (10:41 +0200)
Signed-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
mkfs.jffs2.1
mkfs.jffs2.c

index 47a3ac75e484448bad37b57c0a512761c98082eb..7c57ddc5258a3583591e34a3d07ceb63daaedf42 100644 (file)
@@ -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
index a33a0d6c47c7d00148a7add20b214205ef911e29..7ade078be62b078d03cf2a5c5e65a3f105249596 100644 (file)
@@ -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"