dbus/dbus dbus-connection.c,1.109,1.110
Harald Fernengel
harry at freedesktop.org
Fri Aug 26 10:35:01 PDT 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv17379
Modified Files:
dbus-connection.c
Log Message:
fixed two typos in API docs
Index: dbus-connection.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-connection.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- dbus-connection.c 29 Jul 2005 14:43:59 -0000 1.109
+++ dbus-connection.c 26 Aug 2005 17:34:59 -0000 1.110
@@ -3900,9 +3900,9 @@
}
/**
- * 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().
More information about the dbus-commit
mailing list