util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH util-linux] Typo fixes
@ 2012-09-22  7:59 Gilles Espinasse
  2012-10-02  8:27 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Gilles Espinasse @ 2012-09-22  7:59 UTC (permalink / raw)
  To: util-linux; +Cc: Gilles Espinasse

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH util-linux] Typo fixes
  2012-09-22  7:59 [PATCH util-linux] Typo fixes Gilles Espinasse
@ 2012-10-02  8:27 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-10-02  8:27 UTC (permalink / raw)
  To: Gilles Espinasse; +Cc: util-linux

On Sat, Sep 22, 2012 at 09:59:19AM +0200, Gilles Espinasse wrote:
>  libmount/src/context_mount.c  |    2 +-
>  libmount/src/context_umount.c |    4 ++--
>  misc-utils/blkid.8            |    2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-02  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22  7:59 [PATCH util-linux] Typo fixes Gilles Espinasse
2012-10-02  8:27 ` Karel Zak

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).