]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 6f2a735e5b64046234c282c51614a9fad3f11322..a14563cbb67a0314de1747cafd9d6a9526cb3ae5 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 2e7607cedd90bd2bdc09b1fec67c31df465c3dbf..a7daa78c2f9661c5c1e1bf719ff7fe7ffd5bb324 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;
                }