From: Theodore Ts'o Date: Fri, 25 May 2001 16:38:48 +0000 (+0000) Subject: ChangeLog, tune2fs.c: X-Git-Tag: E2FSPROGS-1_20~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e549d0a6a8088ab58e60db4e6f878cf59502af69;p=thirdparty%2Fe2fsprogs.git ChangeLog, tune2fs.c: tune2fs.c (update_feature_set): Fix capitalization typo. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 7486f7b4a..fedac6a50 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Theodore Tso + + * tune2fs.c (update_feature_set): Fix capitalization typo. + 2001-05-23 Theodore Tso * partinfo.c (main): Use unsigned long instead of long when diff --git a/misc/tune2fs.c b/misc/tune2fs.c index 5885a19b8..7526f27a3 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -220,7 +220,7 @@ static void update_feature_set(ext2_filsys fs, char *features) fprintf(stderr, _("The needs_recovery flag is set. " "Please run e2fsck before clearing\n" - "the HAS_JOURNAL flag.\n")); + "the has_journal flag.\n")); exit(1); } /*