From 94f960989fa9262997ef891fdfe38bf663ae45ee Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 2 May 2011 13:50:31 +0100 Subject: status: fix grammar Signed-off-by: Jonny Lamb --- telepathy-ytstenut-glib/status.c | 4 ++-- 1 file 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); -- cgit v1.2.3