[Spice-commits] src/channel-main.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 26 07:52:51 UTC 2019


 src/channel-main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 10322510f8b33be66543ce348d67c18635e62037
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Jun 25 11:11:36 2019 +0100

    channel-main: Fix typo in comment
    
    explicitely -> explicitly
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Jakub Janků <jjanku at redhat.com>

diff --git a/src/channel-main.c b/src/channel-main.c
index 10c31ac..afdc1ce 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);


More information about the Spice-commits mailing list