From 70ce9fa96a56e8de092b38da6df244b9f5d3d48b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 4 Mar 2016 19:46:21 -0800 Subject: [PATCH] GUAC-1389: Fix typo in punctuation of documentation for guac_client_for_owner(). --- src/libguac/guacamole/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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