util-linux/fdisk
Bernhard Voelker 455fe9a075 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>
2012-04-23 13:16:35 +02:00
..
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
Makefile.am fdisk: remove unused file 2012-04-11 12:55:51 +02:00
cfdisk.8 cfdisk: add note about alignment to the man page 2012-01-17 15:48:14 +01:00
cfdisk.c fdisk: make CHS user values more robust 2012-04-23 12:12:32 +02:00
common.h lib: add is_whole_disk() from fdisk code 2009-03-11 14:00:21 +01:00
fdisk.8 Fix typos found by misspellings 2012-04-23 13:16:35 +02:00
fdisk.c Fix typos found by misspellings 2012-04-23 13:16:35 +02:00
fdisk.h fdisk: remove action enum 2012-04-23 13:00:00 +02:00
fdiskaixlabel.c fdisk: use a single variable for the current disklabel 2011-07-11 12:01:42 +02:00
fdiskaixlabel.h fdisk: non-linux support (use standard uintxy_t instead __uxy) 2007-12-03 14:03:47 +01:00
fdiskbsdlabel.c fdisk: rewrite print menu system 2011-11-14 14:27:18 +01:00
fdiskbsdlabel.h fdisk: fix to build for IA32 2012-03-07 20:33:24 +01:00
fdiskmaclabel.c fdisk: use a single variable for the current disklabel 2011-07-11 12:01:42 +02:00
fdiskmaclabel.h fdisk: non-linux support (use standard uintxy_t instead __uxy) 2007-12-03 14:03:47 +01:00
fdisksgilabel.c fdisk: remove uneecessary code 2012-02-03 12:35:10 +01:00
fdisksgilabel.h fdisk: move code for renaming SGI bootfile to SGI module 2011-12-16 14:04:00 +01:00
fdisksunlabel.c fdisk: remove unused guess_device_type() function 2011-12-16 14:04:05 +01:00
fdisksunlabel.h fdisk: remove unused guess_device_type() function 2011-12-16 14:04:05 +01:00
gpt.c fdisk: verify writing to streams was successful 2012-04-04 20:02:04 +02:00
gpt.h fdisk: add GPT detection code 2007-06-05 10:40:14 +02:00
i386_sys_types.c fdisk: add exFAT to MBR partition type 0x7 2011-01-23 22:55:23 +01:00
partname.c fdisk: don't shorten long path to disk device 2011-10-12 10:25:01 +02:00
sfdisk.8 sfdisk: add note about alignment to the man page 2012-01-17 15:48:20 +01:00
sfdisk.c sfdisk: improve F_MEGABYTE header 2012-04-23 12:45:25 +02:00