From a342be71388d8b0248c74ef68dace3744d687cfa Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 9 Oct 2012 09:30:06 +0100 Subject: [PATCH] gtestdbus: correct documentation typos https://bugzilla.gnome.org/show_bug.cgi?id=685787 --- gio/gtestdbus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c index 1cc7d7400..c2f91ebac 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.