From 35a0bdd7e23a7f0c297c66ae26d11456e2ae30ba Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 1 Jun 2014 21:12:47 -0400 Subject: [PATCH] mke2fs: fix a typo in an error message Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- misc/mke2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.c b/misc/mke2fs.c index eb9846a..da4ddac 100644 --- 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"), + "superblocks: %s\n"), arg); r_usage++; continue; -- 1.8.3.1