GUAC-1389: Fix typo in punctuation of documentation for guac_client_for_owner().

This commit is contained in:
Michael Jumper 2016-03-04 19:46:21 -08:00
parent 432eb57b13
commit 70ce9fa96a

View File

@ -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