Addresses SourceForge bug: #1531372
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
+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
}
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;
}