summaryrefslogtreecommitdiff
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
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 332a5b1d45..e65ee48cfc 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -37,8 +37,8 @@ static struct log_ref ferr_lib_err[] = {
{
.code = LIB_ERR_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",
+ .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",
},
{
.code = LIB_ERR_ZAPI_MISSMATCH,