summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorHarald Fernengel <harry@kdevelop.org>2005-08-26 17:34:59 +0000
committerHarald Fernengel <harry@kdevelop.org>2005-08-26 17:34:59 +0000
commit56252321966244025e3fbbf0d82775acc5fd96de (patch)
treeb4cda36bc3163b097cd977d0cd6c7df6ab79ad71 /dbus
parentb2d215da3876838b4b0f882890fd40199e67a4b9 (diff)
fixed two typos in API docs
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c
index b757b42b..f9196101 100644
--- a/dbus/dbus-connection.c
+++ b/dbus/dbus-connection.c
@@ -3900,9 +3900,9 @@ dbus_connection_set_timeout_functions (DBusConnection *connection,
}
/**
- * Sets the mainloop wakeup function for the connection. Thi function is
+ * Sets the mainloop wakeup function for the connection. This function is
* responsible for waking up the main loop (if its sleeping) when some some
- * change has happened to the connection that the mainloop needs to reconsiders
+ * change has happened to the connection that the mainloop needs to reconsider
* (e.g. a message has been queued for writing).
* When using Qt, this typically results in a call to QEventLoop::wakeUp().
* When using GLib, it would call g_main_context_wakeup().