ChangeLog, problem.c:
  problem.c: Fix another broken @F vs @f problem.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 3a68325..4b230c7 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-09    <tytso@snap.thunk.org>
+
+	* problem.c: Fix another broken @F vs @f problem.
+
 2001-01-06    <tytso@snap.thunk.org>
 
 	* journal.c, pass1.c, pass1b.c, pass3.c, recovery.c, revoke.c,
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index c8efab9..3accd28 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -256,7 +256,7 @@
 
 	/* Filesystem revision is 0, but feature flags are set */
 	{ PR_0_FS_REV_LEVEL,
-	  "@F has feature flag(s) set, but is a revision 0 @f.  ",
+	  "@f has feature flag(s) set, but is a revision 0 @f.  ",
 	  PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
 
 	/* Pass 1 errors */