Whamcloud - gitweb
Fix missing space typo's in partinfo and resize2fs
authorTheodore Ts'o <tytso@mit.edu>
Thu, 17 Jul 2008 14:50:26 +0000 (10:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 17 Jul 2008 14:50:26 +0000 (10:50 -0400)
These were caused by multi-line strings missing a space at the line
break.  Thanks to translator Phillipp Thomas for noticing these typo's.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/partinfo.c
resize/online.c

index f1ec879..6c83fe9 100644 (file)
@@ -42,7 +42,7 @@ int main(int argc, char **argv)
        textdomain(NLS_CAT_NAME);
 #endif
        if (argc == 1) {
-               fprintf(stderr, _("Usage:  %s device...\n\nPrints out the"
+               fprintf(stderr, _("Usage:  %s device...\n\nPrints out the "
                        "partition information for each given device.\n"),
                        "For example: %s /dev/hda\n\n", argv[0], argv[0]);
                exit(1);
index f96ac10..5d59604 100644 (file)
@@ -177,7 +177,7 @@ errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
 
        return 0;
 #else
-       printf(_("Filesystem at %s is mounted on %s, and on-line resizing is"
+       printf(_("Filesystem at %s is mounted on %s, and on-line resizing is "
                 "not supported on this system.\n"), fs->device_name, mtpt);
        exit(1);
 #endif