diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-10-08 13:32:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-10-08 13:32:00 -0400 |
commit | 84888e55438c7aa70d5866c203c06aea7576542e (patch) | |
tree | de4777daea70b8375e5148323a0b40fff09af401 /e2fsck | |
parent | 9d0be127e94c7490a13d68400b64194025638638 (diff) | |
download | e2fsprogs-84888e55438c7aa70d5866c203c06aea7576542e.tar.gz |
Fix spelling errors pointed out by translators
Also remove the _("<foo>") marker from a string that was all numbers
and hence didn't need punctuation.
Thanks to Philipp Thomas and Goeran Uddeborg for reporting these
buglets.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck')
-rw-r--r-- | e2fsck/prof_err.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/prof_err.et b/e2fsck/prof_err.et index af7801ee..4c595d63 100644 --- a/e2fsck/prof_err.et +++ b/e2fsck/prof_err.et @@ -13,7 +13,7 @@ error_code PROF_ADD_NOT_SECTION, error_code PROF_SECTION_WITH_VALUE, "A profile section header has a non-zero value" error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" -error_code PROF_BAD_GROUP_LVL, "Bad group level in profile strctures" +error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures" error_code PROF_BAD_PARENT_PTR, "Bad parent pointer in profile strctures" error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator" |