diff options
author | Elie De Brauwer <eliedebrauwer@gmail.com> | 2013-03-01 19:37:40 +0100 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-11 10:41:11 +0200 |
commit | 66a2c7ba305ddf3865113aa42b5c99ace9289640 (patch) | |
tree | 8a9c3213199c2f2a68ec99044522460fe6cee1c8 /mkfs.jffs2.1 | |
parent | ca7a5eda221d53aa571836a6186ed117c804d702 (diff) |
Typo fixes: avaiable -> available and priortiry -> priority
Signed-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'mkfs.jffs2.1')
-rw-r--r-- | mkfs.jffs2.1 | 10 |
1 files changed, 5 insertions, 5 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 |