From: Denis Ovsienko Date: Mon, 5 Dec 2011 15:36:06 +0000 (+0400) Subject: zebra: spelling X-Git-Tag: frr-2.0-rc1~1918^2~29 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6258c2ae35ec40c07e87c010423e6b93ac39bd66;p=mirror%2Ffrr.git zebra: spelling --- diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c index bd129dc26f..e7ceea54f3 100644 --- a/zebra/kernel_socket.c +++ b/zebra/kernel_socket.c @@ -618,7 +618,7 @@ ifam_read_mesg (struct ifa_msghdr *ifm, /* 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 @@ rtm_read_mesg (struct rt_msghdr *rtm, /* 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; }