From 95a5bc918f1a4dd06dd701a169a991f87e3a733e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 11 Jan 2001 04:58:21 +0000 Subject: [PATCH] ChangeLog, problem.c: problem.c: Fix another broken @F vs @f problem. --- e2fsck/ChangeLog | 4 ++++ e2fsck/problem.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * problem.c: Fix another broken @F vs @f problem. + 2001-01-06 * 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 @@ 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 */ -- 1.8.3.1