From: Davidlohr Bueso <dave@gnu.org>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux <util-linux@vger.kernel.org>
Subject: [PATCH] correct trivial typo
Date: Sun, 07 Aug 2011 23:16:19 -0400 [thread overview]
Message-ID: <1312773379.3050.0.camel@offbook> (raw)
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
next reply other threads:[~2011-08-08 3:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 3:16 Davidlohr Bueso [this message]
2011-08-08 11:55 ` [PATCH] correct trivial typo 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=1312773379.3050.0.camel@offbook \
--to=dave@gnu.org \
--cc=kzak@redhat.com \
--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