Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-03-26 10:49:02 +01:00
parent 1850d5ec0e
commit 379e8e81af

View File

@ -11462,7 +11462,7 @@ static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino,
count = 1; count = 1;
} }
if (retval) { if (retval) {
bb_error_msg(_("while calling ext2fs_adjust_ea_refocunt for inode %d"), bb_error_msg(_("while calling ext2fs_adjust_ea_refcount for inode %d"),
ino); ino);
return 1; return 1;
} }