[Spice-devel] [spice-gtk 2/2] display: Fix 'exisiting' typo in debug log
Christophe Fergeau
cfergeau at redhat.com
Thu Jan 29 08:13:40 PST 2015
---
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
More information about the Spice-devel
mailing list