summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2019-08-19 19:30:23 +0300
committerGitHub <noreply@github.com>2019-08-19 19:30:23 +0300
commit8d3c0d341aa5455bb81b2c4c4e0ee5565854a52d (patch)
tree1ea4055d6d9d1b389e639a617e1b79b86160502a /zebra/zebra_errors.c
parent604321440e27dd2b1c6d698f721541ebc251934c (diff)
parente671f9fb1f987923afc7139c9179a5f0d9fe9de7 (diff)
Merge pull request #4848 from donaldsharp/spelling_errors
debian packaging issues found
Diffstat (limited to 'zebra/zebra_errors.c')
-rw-r--r--zebra/zebra_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c
index 5f0a9ec011..a7e5147af3 100644
--- a/zebra/zebra_errors.c
+++ b/zebra/zebra_errors.c
@@ -659,7 +659,7 @@ static struct log_ref ferr_zebra_err[] = {
{
.code = EC_ZEBRA_RTM_VERSION_MISMATCH,
.title =
- "Zebra received kernel message with uknown version",
+ "Zebra received kernel message with unknown version",
.description =
"Zebra received a message from the kernel with a message version that does not match Zebra's internal version. Depending on version compatibility, this may cause issues sending and receiving messages to the kernel.",
.suggestion =