diff options
Diffstat (limited to 'protocols/jabber/s5bytestream.c')
| -rw-r--r-- | protocols/jabber/s5bytestream.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/jabber/s5bytestream.c b/protocols/jabber/s5bytestream.c index f9f9d2e1..7081ea85 100644 --- a/protocols/jabber/s5bytestream.c +++ b/protocols/jabber/s5bytestream.c @@ -535,7 +535,7 @@ gboolean jabber_bs_recv_handshake(gpointer data, gint fd, b_input_condition cond  		/* usually a proxy sends back the 40 bytes address but I encountered at least one (of jabber.cz)  		 * that sends atyp=0 addrlen=0 and only 6 bytes (one less than one would expect).  		 * Therefore I removed the wait for more bytes. Since we don't care about what else the proxy -		 * is sending, it shouldnt matter */ +		 * is sending, it should not matter */  		if (bt->tf->ft->sending) {  			jabber_bs_send_activate(bt); @@ -558,7 +558,7 @@ gboolean jabber_bs_recv_handshake(gpointer data, gint fd, b_input_condition cond   * If the handshake failed we can try the next streamhost, if there is one.   * An intelligent sender would probably specify himself as the first streamhost and   * a proxy as the second (Kopete and PSI are examples here). That way, a (potentially) - * slow proxy is only used if neccessary. This of course also means, that the timeout + * slow proxy is only used if necessary. This of course also means, that the timeout   * per streamhost should be kept short. If one or two firewalled adresses are specified,   * they have to timeout first before a proxy is tried.   */ | 
