diff options
-rw-r--r-- | src/vty/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/vty.c b/src/vty/vty.c index 644d4ed6..113a781c 100644 --- a/src/vty/vty.c +++ b/src/vty/vty.c @@ -1481,7 +1481,7 @@ vty_read_file(FILE *confp, void *priv) fprintf(stderr, "There is no such command.\n"); break; } - fprintf(stderr, "Error occurred during reading below " + fprintf(stderr, "Error occurred during reading the below " "line:\n%s\n", vty->buf); vty_close(vty); return -EINVAL; |