[glib] gtestdbus: correct documentation typos



commit a342be71388d8b0248c74ef68dace3744d687cfa
Author: Will Thompson <will thompson collabora co uk>
Date:   Tue Oct 9 09:30:06 2012 +0100

    gtestdbus: correct documentation typos
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685787

 gio/gtestdbus.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c
index 1cc7d74..c2f91eb 100644
--- a/gio/gtestdbus.c
+++ b/gio/gtestdbus.c
@@ -317,7 +317,8 @@ _g_test_watcher_remove_pid (GPid pid)
  * @short_description: D-Bus testing helper
  * @include: gio/gio.h
  *
- * Helper to test D-Bus code wihtout messing up with user' session bus.
+ * A helper class for testing code which uses D-Bus without touching the user's
+ * session bus.
  */
 
 typedef struct _GTestDBusClass   GTestDBusClass;
@@ -670,7 +671,7 @@ g_test_dbus_add_service_dir (GTestDBus *self,
  * @self: a #GTestDBus
  *
  * Start a dbus-daemon instance and set DBUS_SESSION_BUS_ADDRESS. After this
- * call, it is safe for unit tests to start sending messages on the session bug.
+ * call, it is safe for unit tests to start sending messages on the session bus.
  *
  * If this function is called from setup callback of g_test_add(),
  * g_test_dbus_down() must be called in its teardown callback.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]