From 923d74b5a7949cff6a4c46512091ed6e530618cb Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Wed, 16 Mar 2016 14:46:53 +0100 Subject: spicy: s/Automagic/Automatic/ Acked-by: Eduardo Lima (Etrunko) --- src/spicy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit