[Spice-devel] [spice-gtk 1/5] Fix typo in debug log
Christophe Fergeau
cfergeau at redhat.com
Tue Jun 4 07:19:10 PDT 2013
---
gtk/spice-channel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c
index 0a32d6c..74a02fb 100644
--- a/gtk/spice-channel.c
+++ b/gtk/spice-channel.c
@@ -1497,7 +1497,7 @@ restart:
if (c->has_error)
goto error;
- CHANNEL_DEBUG(channel, "Getting sever start negotiation reply");
+ CHANNEL_DEBUG(channel, "Getting server start negotiation reply");
/* Read the 'START' message reply from server */
spice_channel_read(channel, &len, sizeof(len));
if (c->has_error)
--
1.8.2.1
More information about the Spice-devel
mailing list