Whamcloud - gitweb
debugfs: fix typo in message
authorBernhard M. Wiedemann <bwiedemann@suse.de>
Tue, 2 Dec 2014 20:23:55 +0000 (15:23 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Dec 2014 20:23:55 +0000 (15:23 -0500)
Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/quota.c

index 5589c1a..9612f64 100644 (file)
@@ -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;
        }