typo fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Mar 2015 09:49:02 +0000 (10:49 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 26 Mar 2015 09:49:02 +0000 (10:49 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
e2fsprogs/old_e2fsprogs/e2fsck.c

index 8400a92ce176e0439509bf07c6ae88a409101e5c..0799b64ad428a478c021fa19b4faf50bcf1b760b 100644 (file)
@@ -11462,7 +11462,7 @@ static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino,
                        count = 1;
                }
                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);
                        return 1;
                }