diff options
| author | adharkar <41028295+adharkar@users.noreply.github.com> | 2018-10-31 15:54:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 15:54:43 -0700 |
| commit | 253116380253a87d885f0027edb06e6a100b83c9 (patch) | |
| tree | 1ad643f466bce102eb8fe14e7f9f0bc3b3696451 /lib/lib_errors.c | |
| parent | 50e05855f06d29d3c7ba86ef74529c777e3af7c3 (diff) | |
| parent | f2c5e94a67dcadbe0709cdd75a057cab978ad2af (diff) | |
Merge branch 'master' into frr-bgp_cli
Diffstat (limited to 'lib/lib_errors.c')
| -rw-r--r-- | lib/lib_errors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c index 03ad974da6..ad83ef1e51 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, |
