Skip to content

Commit

Permalink
debugfs: fix typo in message
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
bmwiedemann authored and tytso committed Dec 2, 2014
1 parent c9d6c22 commit e684769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugfs/quota.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e684769

Please sign in to comment.