summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/simple-protocol.c
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.net>2007-09-28 16:34:49 +0000
committerTed Percival <ted@tedp.net>2007-09-28 16:34:49 +0000
commit0fa82e3aca0b80504e50016d1661bdcb4b429360 (patch)
tree856f114ade0be749362ad821882001740f40091a /avahi-daemon/simple-protocol.c
parent038aaab598d4e30eda89b47adefa2af01cd89666 (diff)
Copyediting / spelling / grammar
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/simple-protocol.c')
-rw-r--r--avahi-daemon/simple-protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/simple-protocol.c b/avahi-daemon/simple-protocol.c
index 04b07c7..33e5db3 100644
--- a/avahi-daemon/simple-protocol.c
+++ b/avahi-daemon/simple-protocol.c
@@ -472,7 +472,7 @@ int simple_protocol_setup(const AvahiPoll *poll_api) {
strncpy(sa.sun_path, AVAHI_SOCKET, sizeof(sa.sun_path)-1);
/* We simply remove existing UNIX sockets under this name. The
- Avahi daemons makes sure that it runs only once on a host,
+ Avahi daemon makes sure that it runs only once on a host,
therefore sockets that already exist are stale and may be
removed without any ill effects */