]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-protocol.c
systemd: add support for acquiring socket from systemd
[catta] / avahi-daemon / dbus-protocol.c
index 3259355e5c27846a951307808111fe3dedc54b6b..d61935a0f70acc8aad52d33c5ca8656ed81b8815 100644 (file)
@@ -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);