]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Fix typos found by misspellings
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 19 Apr 2012 22:10:44 +0000 (00:10 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Apr 2012 11:16:35 +0000 (13:16 +0200)
commit455fe9a075cc59e3250af9c413d42e7ac47a86a9
treeb5aae6ccef42cb7c5c459d6c6951957528d06c88
parent8d95e4ee613b98ccf5cf4cacef08f33f2b68c1dc
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>
32 files changed:
Documentation/TODO
Documentation/poeigl.txt
Documentation/release-schedule.txt
config/texinfo.tex
configure.ac
disk-utils/isosize.c
fdisk/fdisk.8
fdisk/fdisk.c
getopt/getopt.c
hwclock/cmos.c
hwclock/hwclock.c
lib/strutils.c
libblkid/libblkid.3
libblkid/src/encode.c
libblkid/src/partitions/gpt.c
libblkid/src/partitions/partitions.c
libblkid/src/superblocks/linux_raid.c
libblkid/src/superblocks/superblocks.c
libmount/src/context.c
libmount/src/context_mount.c
libmount/src/context_umount.c
login-utils/login.c
misc-utils/blkid.8
misc-utils/blkid.c
mount/mount.8
sys-utils/dmesg.c
sys-utils/ipcs.c
sys-utils/lscpu.c
sys-utils/mount.8
tests/ts/lscpu/mk-input.sh
text-utils/more.c
text-utils/ul.c