Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae8a21
)
mke2fs: fix a typo in an error message
author
Benno Schulenberg
<bensberg@justemail.net>
Mon, 2 Jun 2014 01:12:47 +0000
(21:12 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 2 Jun 2014 01:12:47 +0000
(21:12 -0400)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c
patch
|
blob
|
history
diff --git
a/misc/mke2fs.c
b/misc/mke2fs.c
index
eb9846a
..
da4ddac
100644
(file)
--- a/
misc/mke2fs.c
+++ b/
misc/mke2fs.c
@@
-822,7
+822,7
@@
static void parse_extended_opts(struct ext2_super_block *param,
if (*p || num_backups > 2) {
fprintf(stderr,
_("Invalid # of backup "
- "superbocks: %s\n"),
+ "superb
l
ocks: %s\n"),
arg);
r_usage++;
continue;