summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-02 13:50:31 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-02 13:50:31 +0100
commit94f960989fa9262997ef891fdfe38bf663ae45ee (patch)
tree3a21fed1eca10c0f562f6c74f46c959276d7b5f1
parent16e2a1a444252f26e55b85aeaf73b0b7fb5ea9e3 (diff)
status: fix grammar
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-ytstenut-glib/status.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-ytstenut-glib/status.c b/telepathy-ytstenut-glib/status.c
index 02d1fbf..5e5b657 100644
--- a/telepathy-ytstenut-glib/status.c
+++ b/telepathy-ytstenut-glib/status.c
@@ -533,7 +533,7 @@ on_account_notify_connection (GObject *object,
if (connection != NULL)
{
- /* TODO: this should be given the cancellable when they're used. */
+ /* TODO: this should be given the cancellable when it's used. */
_tp_yts_connection_future_ensure_sidecar_async (connection,
TP_YTS_IFACE_STATUS, NULL,
on_connection_future_ensure_sidecar_returned, res);
@@ -572,7 +572,7 @@ on_account_notify_changing_presence (GObject *object,
}
else
{
- /* TODO: this should be given the cancellable when they're used. */
+ /* TODO: this should be given the cancellable when it's used. */
_tp_yts_connection_future_ensure_sidecar_async (connection,
TP_YTS_IFACE_STATUS, NULL,
on_connection_future_ensure_sidecar_returned, data->res);