summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stat.c2
-rw-r--r--src/tr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/stat.c b/src/stat.c
index 8254ccc0f..9ae2d5a9b 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -1307,7 +1307,7 @@ default_format (bool fs, bool terse, bool device)
_("Access: %x\n"
"Modify: %y\n"
"Change: %z\n"
- "Birth: %w\n"));
+ " Birth: %w\n"));
free (temp);
}
}
diff --git a/src/tr.c b/src/tr.c
index 329d8141b..bc410aa9c 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1417,7 +1417,7 @@ string2_extend (const struct Spec_list *s1, struct Spec_list *s2)
That's not portable however, contradicts POSIX and is dependent
on your collating sequence. */
error (EXIT_FAILURE, 0,
- _("when translating with string1 longer than string2,\nthe \
+ _("when translating with string1 longer than string2,\nthe\
latter string must not end with a character class"));
abort (); /* inform gcc that the above use of error never returns. */
break;