From e68476935b139532accae76c8f8af0c86479e102 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Tue, 2 Dec 2014 15:23:55 -0500 Subject: [PATCH] debugfs: fix typo in message Signed-off-by: Bernhard M. Wiedemann Signed-off-by: Theodore Ts'o --- debugfs/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugfs/quota.c b/debugfs/quota.c index 5589c1a..9612f64 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; } -- 1.8.3.1