summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-03-16 14:46:53 +0100
committerPavel Grunt <pgrunt@redhat.com>2016-03-17 08:19:08 +0100
commit923d74b5a7949cff6a4c46512091ed6e530618cb (patch)
tree447d7fb1da71fd9dc1861cc614c2cef2e353d2d8
parentff3380d406b751897acb3767b2ec1c82c3edd747 (diff)
downloadspice-gtk-923d74b5a7949cff6a4c46512091ed6e530618cb.tar.gz
spice-gtk-923d74b5a7949cff6a4c46512091ed6e530618cb.tar.xz
spice-gtk-923d74b5a7949cff6a4c46512091ed6e530618cb.zip
spicy: s/Automagic/Automatic/
Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
-rw-r--r--src/spicy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spicy.c b/src/spicy.c
index 12ae653..a3f357a 100644
--- a/src/spicy.c
+++ b/src/spicy.c
@@ -738,7 +738,7 @@ static const GtkToggleActionEntry tentries[] = {
.callback = G_CALLBACK(menu_cb_bool_prop),
},{
.name = "auto-clipboard",
- .label = "Automagic clipboard sharing between host and guest",
+ .label = "Automatic clipboard sharing between host and guest",
.callback = G_CALLBACK(menu_cb_bool_prop),
},{
.name = "auto-usbredir",