From 0fa82e3aca0b80504e50016d1661bdcb4b429360 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 28 Sep 2007 16:34:49 +0000 Subject: Copyediting / spelling / grammar git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/dbus-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-daemon/dbus-protocol.c') diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c index 3259355..d61935a 100644 --- a/avahi-daemon/dbus-protocol.c +++ b/avahi-daemon/dbus-protocol.c @@ -134,7 +134,7 @@ static Client *client_get(const char *name, int create) { if (server->n_clients >= CLIENTS_MAX) return NULL; - /* If not existant yet, create a new entry */ + /* If not existent yet, create a new entry */ client = avahi_new(Client, 1); client->id = server->current_id++; client->name = avahi_strdup(name); -- cgit