aboutsummaryrefslogtreecommitdiffstats
path: root/resize
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2011-10-09 17:08:47 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-09 17:54:23 -0400
commit3fcd8fe8acb269598390b35bbf6e4247d10bc64e (patch)
treeb47c1e0269e97c862dc428a5ed413443ba1c5b12 /resize
parentd4d03cd3ffe4cb09f2206f1def1361be25761523 (diff)
downloade2fsprogs-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 'resize')
-rw-r--r--resize/online.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/resize/online.c b/resize/online.c
index bbe684a8b..77290c28c 100644
--- a/resize/online.c
+++ b/resize/online.c
@@ -90,7 +90,8 @@ errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
if ((ext2fs_blocks_count(sb) > MAX_32_NUM) ||
(*new_size > MAX_32_NUM)) {
com_err(program_name, 0,
- _("Kernel does not resizing a file system this large"));
+ _("Kernel does not support resizing a file system "
+ "this large"));
exit(1);
}
size = ext2fs_blocks_count(sb);