Signed-off-by: Mattias Andrée <[email protected]> --- tsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tsort.c b/tsort.c
index 5e020ae..90e2855 100644
--- a/tsort.c
+++ b/tsort.c
@@ -131,7 +131,7 @@ load_graph(FILE *fp)
free(line);
if (from)
- eprintf("odd number of tokens in input, did you intended to use
-l?\n");
+ eprintf("odd number of tokens in input\n");
}
static int
--
2.7.1
