]> git.puffer.fish 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:27:10 +0000 (14:27 +0400)
zebra/kernel_socket.c

index feeaf5d03479427f41ae1576d7b9e311f05a10d6..1944f9f38566f89c22fd9b2ffbd479855cebbafe 100644 (file)
@@ -606,7 +606,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. */
@@ -754,7 +754,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;
 }