OSDN Git Service

Fix silly spelling error in e2fsck
authorTheodore Ts'o <tytso@mit.edu>
Tue, 29 Aug 2006 21:12:18 +0000 (17:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Aug 2006 21:12:18 +0000 (17:12 -0400)
Addresses SourceForge bug: #1531372

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/ChangeLog
e2fsck/super.c

index 6f2a735..a14563c 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-29  Theodore Tso  <tytso@mit.edu>
+
+       * super.c (release_inode_blocks): Fix silly spelling error.
+               (Addresses SourceForge Bug: #1531372)
+
 2006-05-29  Theodore Tso  <tytso@mit.edu>
 
        * pass1b.c: Add missing semicolon when HAVE_INTPTR_T is not defined
index 2e7607c..a7daa78 100644 (file)
@@ -220,7 +220,7 @@ static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino,
                }
                if (retval) {
                        com_err("release_inode_blocks", retval,
-               _("while calling ext2fs_adjust_ea_refocunt for inode %d"),
+               _("while calling ext2fs_adjust_ea_refcount for inode %d"),
                                ino);
                        return 1;
                }