From b59779facaa64e00286478d5417ae98ce6981664 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 28 Sep 2007 14:51:54 +0000 Subject: Spelling/grammar corrections (all trivial) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1544 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avahi-core/socket.c') diff --git a/avahi-core/socket.c b/avahi-core/socket.c index 61b5eb4..ddd1482 100644 --- a/avahi-core/socket.c +++ b/avahi-core/socket.c @@ -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) */ -- cgit