summaryrefslogtreecommitdiffstats
path: root/avahi-core/socket.c
diff options
context:
space:
mode:
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) */