Whamcloud - gitweb
misc: fix spelling error
authorTheodore Ts'o <tytso@mit.edu>
Thu, 7 Mar 2019 02:17:10 +0000 (21:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 Mar 2019 03:20:31 +0000 (22:20 -0500)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c

index 41f2532..be3586c 100644 (file)
@@ -1133,7 +1133,7 @@ static void parse_extended_opts(struct ext2_super_block *param,
                        exit(1);
                }
        } else if (encoding_flags) {
-               fprintf(stderr, _("error: An encoding must be explicitely "
+               fprintf(stderr, _("error: An encoding must be explicitly "
                                  "specified when passing encoding-flags\n"));
                free(buf);
                exit(1);