From: Bernhard M. Wiedemann Date: Tue, 2 Dec 2014 20:23:55 +0000 (-0500) Subject: debugfs: fix typo in message X-Git-Tag: v1.42.13~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68476935b139532accae76c8f8af0c86479e102;p=thirdparty%2Fe2fsprogs.git debugfs: fix typo in message Signed-off-by: Bernhard M. Wiedemann Signed-off-by: Theodore Ts'o --- diff --git a/debugfs/quota.c b/debugfs/quota.c index 5589c1a81..9612f6420 100644 --- a/debugfs/quota.c +++ b/debugfs/quota.c @@ -36,7 +36,7 @@ static int load_quota_ctx(char *progname) if (!EXT2_HAS_RO_COMPAT_FEATURE(current_fs->super, EXT4_FEATURE_RO_COMPAT_QUOTA)) { - com_err(progname, 0, "quota feature not eanbled"); + com_err(progname, 0, "quota feature not enabled"); return 1; }