* [patch] fix typo in mke2fs error message
@ 2014-06-01 21:22 Benno Schulenberg
2014-06-02 1:13 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Benno Schulenberg @ 2014-06-01 21:22 UTC (permalink / raw)
To: linux-ext4
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
Hi,
Attached is a tiny patch to fix a minimal typo in a mke2fs message.
Three more small patches will follow, to see if they make it into
git. If so, there will be more.
Regards,
Benno
--
http://www.fastmail.fm - mmm... Fastmail...
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0009-mke2fs-fix-a-typo-in-an-error-message.patch --]
[-- Type: text/x-diff; name="0009-mke2fs-fix-a-typo-in-an-error-message.patch", Size: 755 bytes --]
From 5e73986902b304ed31e03761947cca6c9a27618d Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 1 Jun 2014 17:25:36 +0200
Subject: [PATCH 09/14] mke2fs: fix a typo in an error message
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
misc/mke2fs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index dd4d213..55bbe9e 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -860,7 +860,7 @@ static void parse_extended_opts(struct ext2_super_block *param,
if (*p || num_backups > 2) {
fprintf(stderr,
_("Invalid # of backup "
- "superbocks: %s\n"),
+ "superblocks: %s\n"),
arg);
r_usage++;
continue;
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] fix typo in mke2fs error message
2014-06-01 21:22 [patch] fix typo in mke2fs error message Benno Schulenberg
@ 2014-06-02 1:13 ` Theodore Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-06-02 1:13 UTC (permalink / raw)
To: Benno Schulenberg; +Cc: linux-ext4
On Sun, Jun 01, 2014 at 11:22:58PM +0200, Benno Schulenberg wrote:
>
> Attached is a tiny patch to fix a minimal typo in a mke2fs message.
>
> Three more small patches will follow, to see if they make it into
> git. If so, there will be more.
Applied, thanks.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-02 1:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01 21:22 [patch] fix typo in mke2fs error message Benno Schulenberg
2014-06-02 1:13 ` Theodore Ts'o
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).