summaryrefslogtreecommitdiffstats
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-10-25 20:06:59 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2018-10-25 20:10:57 +0200
commit0437e10517aa0b6c2e3490626333a0082ff4c79f (patch)
tree498f2d6f82500fb304e37771d21d48c6185d089f /lib/lib_errors.c
parentMerge pull request #3121 from pguibert6WIND/flowspec_json_issue (diff)
downloadfrr-0437e10517aa0b6c2e3490626333a0082ff4c79f.tar.xz
frr-0437e10517aa0b6c2e3490626333a0082ff4c79f.zip
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r--lib/lib_errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c
index 03ad974da..ad83ef1e5 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -89,8 +89,8 @@ static struct log_ref ferr_lib_err[] = {
{
.code = EC_LIB_SOCKET,
.title = "Socket Error",
- .description = "When attempting to access a socket a system error has occured and we were unable to properly complete the request",
- .suggestion = "Ensure that there are sufficient system resources available and ensure that the frr user has sufficient permisions to work. If necessary open an Issue",
+ .description = "When attempting to access a socket a system error has occurred and we were unable to properly complete the request",
+ .suggestion = "Ensure that there are sufficient system resources available and ensure that the frr user has sufficient permissions to work. If necessary open an Issue",
},
{
.code = EC_LIB_ZAPI_MISSMATCH,