From f680342869d8f728a170a3c6c9ceebc39579dbe8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 6 Mar 2019 21:17:10 -0500 Subject: [PATCH] misc: fix spelling error 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 41f2532..be3586c 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -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); -- 1.8.3.1