typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1850d5ec0e
commit
379e8e81af
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user