diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-09 16:25:38 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-09 16:25:38 +0000 |
commit | 661565618ab91bc94b0dea1875a62442d91245bd (patch) | |
tree | 4caac5c7e9d4d842002a4c0cc6ec2e281795e321 /telepathy-ytstenut-glib | |
parent | 6409cea39bfd9e9e6f71b4206115eda490520e9b (diff) |
server-client-ping: correct a comment
Diffstat (limited to 'telepathy-ytstenut-glib')
-rw-r--r-- | telepathy-ytstenut-glib/tests/server-client-ping.c | 3 |
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 */ |