summaryrefslogtreecommitdiffstats
path: root/avahi-core/socket.c
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.net>2007-09-28 14:51:54 +0000
committerTed Percival <ted@tedp.net>2007-09-28 14:51:54 +0000
commitb59779facaa64e00286478d5417ae98ce6981664 (patch)
treeca4a1835feec77f4047e5e9b366accd1ed0944f7 /avahi-core/socket.c
parent76fa952837f1c582b4d1a5c333c370ebe2ffe66e (diff)
Spelling/grammar corrections (all trivial)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1544 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/socket.c')
-rw-r--r--avahi-core/socket.c4
1 files changed, 2 insertions, 2 deletions
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) */