From 4e69658c5f9e972826602c554494a3791141f9fe Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 25 Oct 2018 20:06:59 +0200 Subject: *: spelchek Signed-off-by: David Lamparter --- lib/lib_errors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lib_errors.c') 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, -- cgit v1.2.3