summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-05-25 16:38:48 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-05-25 16:38:48 +0000
commite549d0a6a8088ab58e60db4e6f878cf59502af69 (patch)
tree2fb2343323bfdf443bd044fb8a3cb1c2989f9ad4
parent21cc6659086fc7917237277b200111cbbda2ed2c (diff)
downloade2fsprogs-e549d0a6a8088ab58e60db4e6f878cf59502af69.tar.gz
ChangeLog, tune2fs.c:
tune2fs.c (update_feature_set): Fix capitalization typo.
-rw-r--r--misc/ChangeLog4
-rw-r--r--misc/tune2fs.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 7486f7b4..fedac6a5 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -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
diff --git a/misc/tune2fs.c b/misc/tune2fs.c
index 5885a19b..7526f27a 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);
}
/*