summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-sender.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-28 15:53:07 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-28 16:12:45 +0100
commit18a7ea27bb606bba8fce2dac2e4acbde046cf980 (patch)
tree38b48f272f7989e266fcc53594db5ed6a2befa05 /telepathy-glib/debug-sender.c
parent38667fd6030bc652cc6a5825edc65830deb4aa45 (diff)
downloadtelepathy-glib-18a7ea27bb606bba8fce2dac2e4acbde046cf980.tar.gz
Fix several typos in the documentation.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/debug-sender.c')
-rw-r--r--telepathy-glib/debug-sender.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/debug-sender.c b/telepathy-glib/debug-sender.c
index 0ad7900ac..ca481285c 100644
--- a/telepathy-glib/debug-sender.c
+++ b/telepathy-glib/debug-sender.c
@@ -361,7 +361,7 @@ tp_debug_sender_dup (void)
* @string: The message string itself
*
* Adds a new message to the debug sender message queue. If the
- * TpDebugSender:enabled property is set to %TRUE, then a NewDebugMessage
+ * #TpDebugSender:enabled property is set to %TRUE, then a NewDebugMessage
* signal will be fired too.
*
* Since: 0.7.UNRELEASED
@@ -406,7 +406,7 @@ tp_debug_sender_add_message (TpDebugSender *self,
*
* The @exclude parameter is designed to allow filtering of domains, instead of
* sending every message to the #TpDebugSender. Note that every message,
- * regardless of domain, is given to g_log_default_hander().
+ * regardless of domain, is given to g_log_default_handler().
*
* Note that a ref to a #TpDebugSender must be kept at all times otherwise
* no messages given to the handler will be sent to the Telepathy debug
@@ -431,7 +431,7 @@ tp_debug_sender_add_message (TpDebugSender *self,
* ]|
*
* (In a connection manager, replace g_main_loop_run() in the above example
- * with tp_connection_manager_run().)
+ * with tp_run_connection_manager().)
*
* This function is merely for convenience if it meets the requirements.
* It can easily be re-implemented in services, and does not need to be