Fix missing space typo's in partinfo and resize2fs
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>
diff --git a/misc/partinfo.c b/misc/partinfo.c
index f1ec879..6c83fe9 100644
--- a/misc/partinfo.c
+++ b/misc/partinfo.c
@@ -42,7 +42,7 @@
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);