--- gtk/channel-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/channel-display.c b/gtk/channel-display.c index dcb20e2..efe2259 100644 --- a/gtk/channel-display.c +++ b/gtk/channel-display.c @@ -764,7 +764,7 @@ static void clear_surfaces(SpiceChannel *channel, gboolean keep_primary) while (g_hash_table_iter_next(&iter, NULL, (gpointer*)&surface)) { if (keep_primary && surface->primary) { - CHANNEL_DEBUG(channel, "keeping exisiting primary surface, migration or reset"); + CHANNEL_DEBUG(channel, "keeping existing primary surface, migration or reset"); continue; } -- 2.1.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel