X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..064d9c633233495319bcaa66335ea3d24c0bd7a1:/vtysh/vtysh_config.c diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c index 2834ef4..67ce4bf 100644 --- a/vtysh/vtysh_config.c +++ b/vtysh/vtysh_config.c @@ -400,7 +400,7 @@ vtysh_read_file (FILE *confp) fprintf (stderr, "There is no such command.\n"); break; } - fprintf (stderr, "Error occured during reading below line.\n%s\n", + fprintf (stderr, "Error occurred during reading below line.\n%s\n", vty->buf); exit (1); }