summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-09 11:20:54 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-09 11:22:24 +0200
commitf68a31f67b5e64a8cee28c09f6fd039b7496e2cf (patch)
tree3c76b1731a150d376964db3d36f0859dc26e9a93
parenta36b22b51d05d232991376cc0711180541a7c167 (diff)
fix typo
-rw-r--r--src/connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connection.c b/src/connection.c
index 66ede1684..71e76e334 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1685,7 +1685,7 @@ bare_jid_disco_cb (GabbleDisco *disco,
if (!tp_strdiff (category, "pubsub") &&
!tp_strdiff (type, "pep"))
{
- DEBUG ("Server advertise PEP support in our jid features");
+ DEBUG ("Server advertises PEP support in our jid features");
conn->features |= GABBLE_CONNECTION_FEATURES_PEP;
}
}
@@ -2554,7 +2554,7 @@ connection_iq_unknown_cb (LmMessageHandler *handler,
}
/**
- * connection_disco_cb
+ * set_status_to_connected
*
* Stage 3 of connecting, this function is called once all the events we were
* waiting for happened.
@@ -2667,7 +2667,7 @@ connection_disco_cb (GabbleDisco *disco,
if (!tp_strdiff (category, "pubsub") &&
!tp_strdiff (type, "pep"))
{
- DEBUG ("Server advertise PEP support in its features");
+ DEBUG ("Server advertises PEP support in its features");
conn->features |= GABBLE_CONNECTION_FEATURES_PEP;
}
}