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 /misc | |
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 'misc')
-rw-r--r-- | misc/mke2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mke2fs.c b/misc/mke2fs.c index 244e0c8e..a07e8661 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -1944,7 +1944,7 @@ profile_error: num_inodes = MAX_32_NUM; else { com_err(program_name, 0, - _("too many inodes (%llu), raise" + _("too many inodes (%llu), raise " "inode ratio?"), n); exit(1); } |