[telepathy-gabble/master] fix typo

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Mar 24 11:09:19 PDT 2009


---
 src/bytestream-socks5.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index 9bece57..22a0739 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -1538,7 +1538,7 @@ initiator_connected_to_proxy (GabbleBytestreamSocks5 *self)
 
   if (proxy == NULL)
     {
-      DEBUG ("Uknown proxy: %s. Closing the bytestream", priv->proxy_jid);
+      DEBUG ("Unknown proxy: %s. Closing the bytestream", priv->proxy_jid);
       g_signal_emit_by_name (self, "connection-error");
       g_object_set (self, "state", GABBLE_BYTESTREAM_STATE_CLOSED, NULL);
       return;
-- 
1.5.6.5




More information about the telepathy-commits mailing list