[Spice-devel] [PATCH spice-gtk] channel-main: Fix typo in comment

Jakub Janku jjanku at redhat.com
Wed Jun 26 06:32:52 UTC 2019


Sure,

Acked-by: Jakub Janků <jjanku at redhat.com>

On Tue, Jun 25, 2019 at 12:13 PM Frediano Ziglio <fziglio at redhat.com> wrote:
>
> explicitely -> explicitly
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  src/channel-main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/channel-main.c b/src/channel-main.c
> index 10c31ac4..afdc1cef 100644
> --- a/src/channel-main.c
> +++ b/src/channel-main.c
> @@ -1755,7 +1755,7 @@ static void main_handle_channels_list(SpiceChannel *channel, SpiceMsgIn *in)
>          c->session = g_object_ref(session);
>          c->type = msg->channels[i].type;
>          c->id = msg->channels[i].id;
> -        /* no need to explicitely switch to main context, since
> +        /* no need to explicitly switch to main context, since
>             synchronous call is not needed. */
>          /* no need to track idle, session is refed */
>          g_idle_add((GSourceFunc)_channel_new, c);
> --
> 2.20.1
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list