From 455fe9a075cc59e3250af9c413d42e7ac47a86a9 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Fri, 20 Apr 2012 00:10:44 +0200 Subject: 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 --- disk-utils/isosize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/isosize.c') diff --git a/disk-utils/isosize.c b/disk-utils/isosize.c index 7a8d71301..4ba34d550 100644 --- a/disk-utils/isosize.c +++ b/disk-utils/isosize.c @@ -158,7 +158,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) program_invocation_short_name); fprintf(out, _("\nOptions:\n" - " -d, --divisor=NUM devide bytes NUM\n" + " -d, --divisor=NUM divide bytes NUM\n" " -x, --sectors show sector count and size\n" " -V, --version output version information and exit\n" " -H, --help display this help and exit\n\n")); -- cgit v1.2.3-55-g7522