[Spice-devel] [PATCH spice-gtk] channel-main: Fix typo in comment
Frediano Ziglio
fziglio at redhat.com
Tue Jun 25 10:12:17 UTC 2019
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
More information about the Spice-devel
mailing list