summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-07-08 15:19:09 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-07-08 15:19:09 +0100
commit003a34cce0822f7ae8376f782f5c829e824b87bb (patch)
treef4e3de6a30a6280da8a82b7ca3d970975c25bb2e /telepathy-glib/channel-manager.c
parentc62ac0fe02db9ce1a0ccee8fdb668d28d2cdb49f (diff)
downloadtelepathy-glib-003a34cce0822f7ae8376f782f5c829e824b87bb.tar.gz
channel-manager: fix typo in documentation
The signal is called request-already-satisfied, not already-satisfied. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/channel-manager.c')
-rw-r--r--telepathy-glib/channel-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index 7bc8c2e48..dc43c6b64 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -104,7 +104,7 @@
* it matches a channel class handled by this manager. If so, they should
* return %TRUE to accept responsibility for the request, and ultimately emit
* exactly one of the #TpChannelManager::new-channels,
- * #TpChannelManager::already-satisfied and
+ * #TpChannelManager::request-already-satisfied and
* #TpChannelManager::request-failed signals (including @request_token in
* the appropriate argument).
*