diff options
Diffstat (limited to 'dbus/dbus-connection.c')
-rw-r--r-- | dbus/dbus-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 3fa798f4..73888d41 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -105,7 +105,7 @@ * dbus_connection_set_dispatch_status_function() allows * you to set a function to be used to monitor the dispatch status. * - * If you're using GLib or Qt add-on libraries for D-BUS, there are + * If you're using GLib or Qt add-on libraries for D-Bus, there are * special convenience APIs in those libraries that hide * all the details of dispatch and watch/timeout monitoring. * For example, dbus_connection_setup_with_g_main(). |