]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
fixed two typos in API docs
authorHarald Fernengel <harry@kdevelop.org>
Fri, 26 Aug 2005 17:34:59 +0000 (17:34 +0000)
committerHarald Fernengel <harry@kdevelop.org>
Fri, 26 Aug 2005 17:34:59 +0000 (17:34 +0000)
dbus/dbus-connection.c

index b757b42b549ad2d5ce5d8557cc02531400c46dc0..f9196101851f8fdc767f3366e916f928d0a1a570 100644 (file)
@@ -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().