[Spice-commits] src/spice-gtk-session.c

Christophe Fergau teuf at kemper.freedesktop.org
Thu Nov 10 14:48:45 UTC 2016


 src/spice-gtk-session.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit efbfdc1971e1dbef2784c7255bb67315e7e8a686
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Nov 10 15:48:00 2016 +0100

    gtk-session: Fix typo in comment

diff --git a/src/spice-gtk-session.c b/src/spice-gtk-session.c
index 4be5711..a3a2e90 100644
--- a/src/spice-gtk-session.c
+++ b/src/spice-gtk-session.c
@@ -670,7 +670,7 @@ static void clipboard_get_targets(GtkClipboard *clipboard,
 
         if (spice_main_agent_test_capability(s->main, VD_AGENT_CAP_CLIPBOARD_BY_DEMAND))
             spice_main_clipboard_selection_grab(s->main, selection, types, t);
-        /* Sending a grab causes the agent to do an impicit release */
+        /* Sending a grab causes the agent to do an implicit release */
         s->nclip_targets[selection] = 0;
     }
 }


More information about the Spice-commits mailing list