summaryrefslogtreecommitdiff
path: root/src/bytestream-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-04 18:38:38 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-07 10:43:08 +0000
commit342ae93005022e0110e93b07030e385255a24010 (patch)
tree4fc159d0d03698b09ce60e83c87ef61ce8a2f692 /src/bytestream-factory.c
parent4ad9bcd0afa9aad6bb4dccfacacb9c45a3d0a0b9 (diff)
downloadtelepathy-gabble-342ae93005022e0110e93b07030e385255a24010.tar.gz
fix typo
Diffstat (limited to 'src/bytestream-factory.c')
-rw-r--r--src/bytestream-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 4ce4037dd..1c8cb187e 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -343,7 +343,7 @@ socks5_proxy_query_reply_cb (GabbleConnection *conn,
fail:
if (fallback && from != NULL)
{
- /* Remove the bugged proxy so we won't query it anymore */
+ /* Remove the buggy proxy so we won't query it anymore */
found = g_slist_find_custom (priv->socks5_potential_proxies,
from, (GCompareFunc) strcmp);