diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-27 21:21:35 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 22:02:05 +0200 |
commit | 5e1e0166cb6a7832c9ef68fb7d588387635f8c47 (patch) | |
tree | 527cadf3525f953e3610f6f5ac418b3b307a9384 /babeld | |
parent | zebra: Cleanup compile issues discovered by ci (diff) | |
download | frr-5e1e0166cb6a7832c9ef68fb7d588387635f8c47.tar.xz frr-5e1e0166cb6a7832c9ef68fb7d588387635f8c47.zip |
*: correct typos in error reference cards
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'babeld')
-rw-r--r-- | babeld/babel_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babel_errors.c b/babeld/babel_errors.c index cb9a6052d..9fabdf28b 100644 --- a/babeld/babel_errors.c +++ b/babeld/babel_errors.c @@ -29,7 +29,7 @@ static struct ferr_ref ferr_babel_err[] = { .code = BABEL_ERR_MEMORY, .title = "BABEL Memory Errors", .description = "Babel has failed to allocate memory, the system is about to run out of memory", - .suggestion = "Find the process that is causing memory shortages and remediate that process Restart FRR" + .suggestion = "Find the process that is causing memory shortages, remediate that process and restart FRR" }, { .code = BABEL_ERR_PACKET, |