zebra: spelling
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c
index bd129dc..e7ceea5 100644
--- a/zebra/kernel_socket.c
+++ b/zebra/kernel_socket.c
@@ -618,7 +618,7 @@
/* Assert read up end point matches to end point */
if (pnt != end)
- zlog_warn ("ifam_read() does't read all socket data");
+ zlog_warn ("ifam_read() doesn't read all socket data");
}
/* Interface's address information get. */
@@ -766,7 +766,7 @@
/* Assert read up to the end of pointer. */
if (pnt != end)
- zlog (NULL, LOG_WARNING, "rtm_read() does't read all socket data.");
+ zlog (NULL, LOG_WARNING, "rtm_read() doesn't read all socket data.");
return rtm->rtm_flags;
}