summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-01 10:56:08 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-01 13:05:06 +0100
commit941c288870f433c6dc6ed173156f1f7f80f0708a (patch)
treea7ab571e0fe79fa6ccabb59c0513102ad6db9d26
parent0526488eb0291d94540931cc6e6a4e5dd22a318d (diff)
fix typo in comments
-rw-r--r--telepathy-glib/connection-contact-list.c4
-rw-r--r--tests/dbus/contact-list-client.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/connection-contact-list.c b/telepathy-glib/connection-contact-list.c
index d3236037..3355f3cc 100644
--- a/telepathy-glib/connection-contact-list.c
+++ b/telepathy-glib/connection-contact-list.c
@@ -1607,7 +1607,7 @@ blocked_changed_head_ready (TpConnection *self)
if (item->result != NULL)
{
- /* Finish to prepare TP_CONNECTION_FEATURE_CONTACT_BLOCKING, we can
+ /* Finish preparing TP_CONNECTION_FEATURE_CONTACT_BLOCKING; we can
* prepare TP_CONTACT_FEATURE_CONTACT_BLOCKING on all contacts as we
* have now the list of blocked contacts. */
GHashTableIter iter;
@@ -1797,7 +1797,7 @@ request_blocked_contacts_cb (TpConnection *self,
return;
}
- /* We are not supposed to add items to this queue while the blocked contacts
+ /* We are not supposed to add items to this queue until the blocked contacts
* have been fetched. */
g_assert_cmpuint (self->priv->blocked_changed_queue->length, ==, 0);
diff --git a/tests/dbus/contact-list-client.c b/tests/dbus/contact-list-client.c
index 58434963..eeb3c310 100644
--- a/tests/dbus/contact-list-client.c
+++ b/tests/dbus/contact-list-client.c
@@ -309,8 +309,8 @@ test_blocked_contacts (Test *test,
g_assert_cmpuint (blocked->len, == , 2);
/* Preparing TP_CONNECTION_FEATURE_CONTACT_BLOCKING gives us
- * TP_CONTACT_FEATURE_CONTACT_BLOCKING for free. Test that this work with
- * and and new TpContact. */
+ * TP_CONTACT_FEATURE_CONTACT_BLOCKING for free. Test that this works with
+ * existing and newly created TpContact. */
bill = create_contact (test, "bill@example.com");
guillaume = create_contact (test, "guillaume@example.com");