diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-04-20 00:10:44 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2012-04-23 13:16:35 +0200 |
commit | 455fe9a075cc59e3250af9c413d42e7ac47a86a9 (patch) | |
tree | b5aae6ccef42cb7c5c459d6c6951957528d06c88 /fdisk/fdisk.8 | |
parent | 8d95e4ee613b98ccf5cf4cacef08f33f2b68c1dc (diff) | |
download | util-linux-455fe9a075cc59e3250af9c413d42e7ac47a86a9.tar.gz |
Fix typos found by misspellings
The tool misspellings (https://github.com/lyda/misspell-check)
detected several typos. Command used:
$ git ls-files | grep -v ^po/ | misspellings -f -
* isosize: Fix typo in usage string.
* configure.ac: Fix typo in help string of --enable-most-builds option.
* fdisk: Fix typo in man page.
* libblkid, blkid, mount: Likewise.
* Fix various typos in docs and in source code comments.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
Diffstat (limited to 'fdisk/fdisk.8')
-rw-r--r-- | fdisk/fdisk.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdisk.8 b/fdisk/fdisk.8 index fdaa050d..2b3c8223 100644 --- a/fdisk/fdisk.8 +++ b/fdisk/fdisk.8 @@ -190,7 +190,7 @@ between logical and physical sector size. This option changes both sector sizes .IB sectorsize . .TP .BI "\-c"[=mode] -Specify the compatiblity mode, 'dos' or 'nondos'. The default is non-DOS +Specify the compatibility mode, 'dos' or 'nondos'. The default is non-DOS mode. For backward compatibility, it is possible to use the option without the <mode> argument -- then the default is used. Note that the optional <mode> argument cannot be separated from the -c option by a space, the correct |