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 --- libmount/src/context_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmount/src/context_mount.c') diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c index 976f45927..1f28753fd 100644 --- a/libmount/src/context_mount.c +++ b/libmount/src/context_mount.c @@ -612,7 +612,7 @@ int mnt_context_prepare_mount(struct libmnt_context *cxt) * again mnt_context_do_mount(). * * WARNING: non-zero return code does not mean that mount(2) syscall or - * mount.type helper wasn't sucessfully called. + * mount.type helper wasn't successfully called. * * Check mnt_context_get_status() after error! * @@ -720,7 +720,7 @@ int mnt_context_finalize_mount(struct libmnt_context *cxt) * once, whole context has to be reseted. * * WARNING: non-zero return code does not mean that mount(2) syscall or - * mount.type helper wasn't sucessfully called. + * mount.type helper wasn't successfully called. * * Check mnt_context_get_status() after error! * -- cgit v1.2.3-55-g7522