summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-11-10 15:48:00 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-11-10 15:48:28 +0100
commitefbfdc1971e1dbef2784c7255bb67315e7e8a686 (patch)
treeac34ac8f46cfc5b47b3244fa5cd01d5ee3fc0aed
parenta60abf75ac409786045cfc67982821add6a6d3b7 (diff)
gtk-session: Fix typo in comment
-rw-r--r--src/spice-gtk-session.c2
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;
}
}