X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/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); }