gtestdbus: correct documentation typos
authorWill Thompson <will.thompson@collabora.co.uk>
Tue, 9 Oct 2012 08:30:06 +0000 (09:30 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Thu, 11 Oct 2012 15:12:47 +0000 (16:12 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=685787

gio/gtestdbus.c

index 1cc7d74..c2f91eb 100644 (file)
@@ -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.