From 8385ad596fd3607296c26ccebd2f6f75b59f5058 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Thu, 12 Dec 2013 23:33:00 -0500 Subject: [PATCH] libext2fs: tweak inline data error wording Tweak the wording to be a little less ambiguous, since 'block' can be a noun or a verb. Signed-off-by: Darrick J. Wong Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/ext2_err.et.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ext2fs/ext2_err.et.in b/lib/ext2fs/ext2_err.et.in index 699813a..93a1106 100644 --- a/lib/ext2fs/ext2_err.et.in +++ b/lib/ext2fs/ext2_err.et.in @@ -480,6 +480,6 @@ ec EXT2_ET_BLOCK_BITMAP_CSUM_INVALID, "Block bitmap checksum does not match bitmap" ec EXT2_ET_INLINE_DATA_CANT_ITERATE, - "Cannot block iterate on an inode containing inline data" + "Cannot iterate data blocks of an inode containing inline data" end -- 1.8.3.1