]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libext2fs: tweak inline data error wording
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 13 Dec 2013 04:33:00 +0000 (23:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 13 Dec 2013 04:33:03 +0000 (23:33 -0500)
Tweak the wording to be a little less ambiguous, since 'block' can be
a noun or a verb.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2_err.et.in

index 699813a9bdeb7479f0d6bf20d53c90bf88b8f44e..93a11064683e0e5fb37ffdef6f502d37ae4db7ca 100644 (file)
@@ -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