[telepathy-gabble/master] fix typo in a debug msg

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Sep 21 13:26:00 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 f2104c3..3923ebf 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -957,7 +957,7 @@ socks5_handle_received_data (GabbleBytestreamSocks5 *self,
         else if (string->str[3] == 0x00)
           {
             DEBUG ("Got 0x00 as domain. Pretend it's ok to be able to interop "
-                "with ejabber < 2.0.2");
+                "with ejabberd < 2.0.2");
             addr_len = 0;
           }
         else
-- 
1.5.6.5



More information about the telepathy-commits mailing list