util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gilles Espinasse <g.esp@free.fr>
To: util-linux@vger.kernel.org
Cc: Gilles Espinasse <g.esp@free.fr>
Subject: [PATCH util-linux] Typo fixes
Date: Sat, 22 Sep 2012 09:59:19 +0200	[thread overview]
Message-ID: <1348300759-3614-1-git-send-email-g.esp@free.fr> (raw)

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
---
 libmount/src/context_mount.c  |    2 +-
 libmount/src/context_umount.c |    4 ++--
 misc-utils/blkid.8            |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c
index c665a05..6dc8e64 100644
--- a/libmount/src/context_mount.c
+++ b/libmount/src/context_mount.c
@@ -113,7 +113,7 @@ static int fix_optstr(struct libmnt_context *cxt)
 		 */
 		se_rem = get_linux_version() < KERNEL_VERSION(2, 6, 39);
 	else
-		/* For normal mount we have translate the contexts */
+		/* For normal mount, contexts are translated */
 		se_fix = 1;
 
 	if (!se_rem) {
diff --git a/libmount/src/context_umount.c b/libmount/src/context_umount.c
index 17ec1f0..3c54902 100644
--- a/libmount/src/context_umount.c
+++ b/libmount/src/context_umount.c
@@ -112,7 +112,7 @@ try_loopdev:
 			} else if (count > 1)
 				DBG(CXT, mnt_debug_h(cxt,
 					"umount: warning: %s is associated "
-					"with more than one loodev", tgt));
+					"with more than one loopdev", tgt));
 		}
 	}
 
@@ -497,7 +497,7 @@ static int do_umount(struct libmnt_context *cxt)
 
 	if (cxt->restricted && !mnt_context_is_fake(cxt)) {
 		/*
-		 * extra paranoa for non-root users
+		 * extra paranoia for non-root users
 		 * -- chdir to the parent of the mountpoint and use NOFOLLOW
 		 *    flag to avoid races and symlink attacks.
 		 */
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index 93f0367..9c45a0e 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -276,7 +276,7 @@ overridden by the environment variable BLKID_FILE. Default is
 .I /run/blkid/blkid.tab
 or
 .I /etc/blkid.tab
-on systems without /run direcotry
+on systems without /run directory
 .TP
 .I EVALUATE=<methods>
 Defines LABEL and UUID evaluation method(s). Currently, the libblkid library
-- 
1.7.2.5


             reply	other threads:[~2012-09-22  7:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-22  7:59 Gilles Espinasse [this message]
2012-10-02  8:27 ` [PATCH util-linux] Typo fixes Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348300759-3614-1-git-send-email-g.esp@free.fr \
    --to=g.esp@free.fr \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).