summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tsort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tsort.c b/src/tsort.c
index 0eb9b5796..0b36a3368 100644
--- a/src/tsort.c
+++ b/src/tsort.c
@@ -98,7 +98,7 @@ With no FILE, or when FILE is -, read standard input.\n\
--help display this help and exit\n\
--version output version information and exit\n"),
program_name);
- puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+ puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
@@ -440,7 +440,7 @@ tsort (const char *file)
assert (n_strings >= 0);
if (n_strings > 0)
{
- error (0, 0, _("%s: input contains a loop:\n"),
+ error (0, 0, _("%s: input contains a loop:"),
(have_read_stdin ? "-" : file));
/* Print out loop. */