summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-09 16:25:38 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-09 16:25:38 +0000
commit661565618ab91bc94b0dea1875a62442d91245bd (patch)
tree4caac5c7e9d4d842002a4c0cc6ec2e281795e321
parent6409cea39bfd9e9e6f71b4206115eda490520e9b (diff)
server-client-ping: correct a comment
-rw-r--r--telepathy-ytstenut-glib/tests/server-client-ping.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-ytstenut-glib/tests/server-client-ping.c b/telepathy-ytstenut-glib/tests/server-client-ping.c
index 8b60b2e..3bdaa43 100644
--- a/telepathy-ytstenut-glib/tests/server-client-ping.c
+++ b/telepathy-ytstenut-glib/tests/server-client-ping.c
@@ -174,8 +174,7 @@ get_contact_cb (TpConnection *connection,
client = tp_yts_client_new (local_service, account);
tp_yts_client_register (client, NULL);
- /* So let's request a channel to ourselves. It's to ourselves
- * because that's where client-pong is being run (hopefully!) */
+ /* So let's request a channel to 'contact'. */
tp_yts_client_request_channel_async (client,
contact, /* the TpContact we want the channel to go to */
remote_service, /* the remote service name */