Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH] correct trivial typo
@ 2011-08-08  3:16 Davidlohr Bueso
  2011-08-08 11:55 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2011-08-08  3:16 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux

From: Davidlohr Bueso <dave@gnu.org>

Should say "failed to find" instead of "failed to found".

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 lib/loopdev.c          |    2 +-
 libmount/src/context.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/loopdev.c b/lib/loopdev.c
index 0ef7136..fa3ad45 100644
--- a/lib/loopdev.c
+++ b/lib/loopdev.c
@@ -1063,7 +1063,7 @@ static int test_loop_setup(const char *filename, const char *device)
 		if (!device) {
 			rc = loopcxt_find_unused(&lc);
 			if (rc)
-				err(EXIT_FAILURE, "failed to found unused device");
+				err(EXIT_FAILURE, "failed to find unused device");
 			printf("Trying to use '%s'\n", loopcxt_get_device(&lc));
 		}
 
diff --git a/libmount/src/context.c b/libmount/src/context.c
index d9b3116..2210260 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -1549,7 +1549,7 @@ int mnt_context_apply_fstab(struct libmnt_context *cxt)
 			rc = apply_table(cxt, tab, MNT_ITER_BACKWARD);
 	}
 	if (rc)
-		DBG(CXT, mnt_debug_h(cxt, "failed to found entry in fstab/mtab"));
+		DBG(CXT, mnt_debug_h(cxt, "failed to find entry in fstab/mtab"));
 	return rc;
 }
 
-- 
1.7.4.1

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

* Re: [PATCH] correct trivial typo
  2011-08-08  3:16 [PATCH] correct trivial typo Davidlohr Bueso
@ 2011-08-08 11:55 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2011-08-08 11:55 UTC (permalink / raw)
  To: Davidlohr Bueso; +Cc: util-linux

On Sun, Aug 07, 2011 at 11:16:19PM -0400, Davidlohr Bueso wrote:
>  lib/loopdev.c          |    2 +-
>  libmount/src/context.c |    2 +-
>  2 files changed, 2 insertions(+), 2 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:[~2011-08-08 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08  3:16 [PATCH] correct trivial typo Davidlohr Bueso
2011-08-08 11:55 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox