]> git.meshlink.io Git - catta/blobdiff - avahi-core/socket.c
Spelling/grammar corrections (all trivial)
[catta] / avahi-core / socket.c
index 61b5eb4c868021e920be7c8b7039a5e0274fcb75..ddd1482cbc816b15fab4475a6b17712cd19c9e5f 100644 (file)
@@ -670,7 +670,7 @@ AvahiDnsPacket *avahi_recv_dns_packet_ipv4(
     
     if ((l = recvmsg(fd, &msg, 0)) < 0) {
         /* Linux returns EAGAIN when an invalid IP packet has been
-        recieved. We suppress warnings in this case because this might
+        received. We suppress warnings in this case because this might
         create quite a bit of log traffic on machines with unstable
         links. (See #60) */
 
@@ -824,7 +824,7 @@ AvahiDnsPacket *avahi_recv_dns_packet_ipv6(
     
     if ((l = recvmsg(fd, &msg, 0)) < 0) {
         /* Linux returns EAGAIN when an invalid IP packet has been
-        recieved. We suppress warnings in this case because this might
+        received. We suppress warnings in this case because this might
         create quite a bit of log traffic on machines with unstable
         links. (See #60) */