]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ChangeLog, tune2fs.c:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 25 May 2001 16:38:48 +0000 (16:38 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 May 2001 16:38:48 +0000 (16:38 +0000)
  tune2fs.c (update_feature_set): Fix capitalization typo.

misc/ChangeLog
misc/tune2fs.c

index 7486f7b4aa9ff51ec47e9a8ba4f7e5452dee4850..fedac6a5032530da0a8e4a3dc402ca2b0a69428d 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-25  Theodore Tso  <tytso@valinux.com>
+
+       * tune2fs.c (update_feature_set): Fix capitalization typo.
+
 2001-05-23  Theodore Tso  <tytso@valinux.com>
 
        * partinfo.c (main): Use unsigned long instead of long when
index 5885a19b8d0450670d714ff88b01dcdffab6cd81..7526f27a3252f2c2c54481234f6dfef439cb58fc 100644 (file)
@@ -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);
                }
                /*