From: Theodore Ts'o Date: Thu, 7 Mar 2019 02:17:10 +0000 (-0500) Subject: misc: fix spelling error X-Git-Tag: v1.45.0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f680342869d8f728a170a3c6c9ceebc39579dbe8;p=thirdparty%2Fe2fsprogs.git misc: fix spelling error Signed-off-by: Theodore Ts'o --- diff --git a/misc/mke2fs.c b/misc/mke2fs.c index 41f2532bc..be3586cf7 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);