diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2016-11-10 15:48:00 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2016-11-10 15:48:28 +0100 |
commit | efbfdc1971e1dbef2784c7255bb67315e7e8a686 (patch) | |
tree | ac34ac8f46cfc5b47b3244fa5cd01d5ee3fc0aed | |
parent | a60abf75ac409786045cfc67982821add6a6d3b7 (diff) |
gtk-session: Fix typo in comment
-rw-r--r-- | src/spice-gtk-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |