diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-10-09 17:08:47 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-10-09 17:54:23 -0400 |
commit | 3fcd8fe8acb269598390b35bbf6e4247d10bc64e (patch) | |
tree | b47c1e0269e97c862dc428a5ed413443ba1c5b12 /lib/ext2fs | |
parent | d4d03cd3ffe4cb09f2206f1def1361be25761523 (diff) | |
download | e2fsprogs-3fcd8fe8acb269598390b35bbf6e4247d10bc64e.tar.gz |
Fix more spelling errors found by translators and add pluralization
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/ext2fs')
-rw-r--r-- | lib/ext2fs/ext2_err.et.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext2fs/ext2_err.et.in b/lib/ext2fs/ext2_err.et.in index e759b6f5..ccf1894a 100644 --- a/lib/ext2fs/ext2_err.et.in +++ b/lib/ext2fs/ext2_err.et.in @@ -120,7 +120,7 @@ ec EXT2_ET_SHORT_READ, "Attempt to read block from filesystem resulted in short read" ec EXT2_ET_SHORT_WRITE, - "Attempt to write block from filesystem resulted in short write" + "Attempt to write block to filesystem resulted in short write" ec EXT2_ET_DIR_NO_SPACE, "No free space in the directory" @@ -294,7 +294,7 @@ ec EXT2_ET_RESIZE_INODE_CORRUPT, "Resize inode is corrupt" ec EXT2_ET_SET_BMAP_NO_IND, - "Missing indirect block not present" + "Tried to set block bmap with missing indirect block" ec EXT2_ET_TDB_SUCCESS, "TDB: Success" |