Whamcloud - gitweb
Fix spelling error in e2fsck problem reporting.
authorTheodore Ts'o <tytso@mit.edu>
Tue, 24 Jun 2003 22:06:03 +0000 (18:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Jun 2003 22:06:03 +0000 (18:06 -0400)
e2fsck/ChangeLog
e2fsck/problem.c

index 2532e58..ab005b1 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-8  Theodore Ts'o  <tytso@mit.edu>
+
+       * problem.c: Fix spelling error.
+
 2003-05-17  Theodore Ts'o  <tytso@mit.edu>
 
        * unix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with
index ec33fc7..b8187c9 100644 (file)
@@ -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 */