summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-01-31 17:18:29 -0500
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-01-31 17:18:29 -0500
commit4cad815f5db1b01197b47d5921d51cd1a23badc3 (patch)
tree698941ae5ad39c334a12e3cf428064500270b2e2
parent7049db8505869bbea5f2946ebfb3255af2c95b01 (diff)
presence-mixin: fix a typo
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-glib/presence-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index 401bfa84a..32bb1231b 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -25,7 +25,7 @@
* interface
*
* This mixin can be added to a #TpBaseConnection subclass to implement the
- * Presence Presence interface.
+ * Presence interface.
*
* To use the presence mixin, include a #TpPresenceMixinClass somewhere in your
* class structure and a #TpPresenceMixin somewhere in your instance structure,