]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: spelling
authorDenis Ovsienko <infrastation@yandex.ru>
Mon, 5 Dec 2011 15:36:06 +0000 (19:36 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 13 Dec 2011 10:21:02 +0000 (14:21 +0400)
zebra/kernel_socket.c

index bd129dc26f150da04f1d0e225f19876f5434ea0e..e7ceea54f3061136e7ec86c72ee55b18c4e1e517 100644 (file)
@@ -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;
 }