X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.c;h=d61935a0f70acc8aad52d33c5ca8656ed81b8815;hb=b58b25b6a55e547ebcf75115415753ed67fe1038;hp=3259355e5c27846a951307808111fe3dedc54b6b;hpb=f6208e2b347866df4b9a411e15eb0329afb07655;p=catta 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);