[Spice-devel] [PATCH spice-server] Fix typo in comment

Jonathon Jongsma jjongsma at redhat.com
Fri Nov 11 20:18:36 UTC 2016


On Fri, 2016-11-11 at 13:22 +0000, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/red-channel-client.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/red-channel-client.h b/server/red-channel-
> client.h
> index 862d1c9..fe3096b 100644
> --- a/server/red-channel-client.h
> +++ b/server/red-channel-client.h
> @@ -83,7 +83,7 @@ int
> red_channel_client_test_remote_common_cap(RedChannelClient *rcc,
> uint32_t ca
>  int red_channel_client_test_remote_cap(RedChannelClient *rcc,
> uint32_t cap);
>  /* shutdown is the only safe thing to do out of the client/channel
>   * thread. It will not touch the rings, just shutdown the socket.
> - * It should be followed by some way to gurantee a disconnection. */
> + * It should be followed by some way to garantee a disconnection. */

Not quite. Should be guarantee.

>  void red_channel_client_shutdown(RedChannelClient *rcc);
>  /* handles general channel msgs from the client */
>  int red_channel_client_handle_message(RedChannelClient *rcc,
> uint32_t size,


More information about the Spice-devel mailing list