From: Theodore Ts'o Date: Tue, 24 Jun 2003 22:06:03 +0000 (-0400) Subject: Fix spelling error in e2fsck problem reporting. X-Git-Tag: E2FSPROGS-1_34~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3128ccb06b4fa75e642376f381ff822237b46dc;p=thirdparty%2Fe2fsprogs.git Fix spelling error in e2fsck problem reporting. --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 2532e585d..ab005b1a8 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,7 @@ +2003-06-8 Theodore Ts'o + + * problem.c: Fix spelling error. + 2003-05-17 Theodore Ts'o * unix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with diff --git a/e2fsck/problem.c b/e2fsck/problem.c index ec33fc7cf..b8187c9fb 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -950,7 +950,7 @@ static const struct e2fsck_problem problem_table[] = { /* Error iterating over directory blocks */ { PR_2_DBLIST_ITERATE, - N_("Error interating over @d @bs: %m\n"), + N_("Error iterating over @d @bs: %m\n"), PROMPT_NONE, PR_FATAL }, /* Error reading directory block */