diff --git a/src/libguac/guacamole/client.h b/src/libguac/guacamole/client.h index edca57fd..aeda73d4 100644 --- a/src/libguac/guacamole/client.h +++ b/src/libguac/guacamole/client.h @@ -478,7 +478,7 @@ void guac_client_foreach_user(guac_client* client, * * @param callback * The callback to invoke on the user marked as the owner of the - * connection.. NULL will be passed to this callback instead if there is no + * connection. NULL will be passed to this callback instead if there is no * owner. * * @param data