Whamcloud - gitweb
ChangeLog, problem.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2001 04:58:21 +0000 (04:58 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2001 04:58:21 +0000 (04:58 +0000)
  problem.c: Fix another broken @F vs @f problem.

e2fsck/ChangeLog
e2fsck/problem.c

index 3a68325..4b230c7 100644 (file)
@@ -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,
index c8efab9..3accd28 100644 (file)
@@ -256,7 +256,7 @@ static const struct e2fsck_problem problem_table[] = {
 
        /* 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 */