Whamcloud - gitweb
mke2fs: fix a typo in an error message
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 2 Jun 2014 01:12:47 +0000 (21:12 -0400)
committerTheodore 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

index eb9846a..da4ddac 100644 (file)
@@ -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;