gapplication: Fix a typo in a documentation comment

It’s ‘D-Bus’, not ‘DBus’, ‘DBUS’, ‘D Bus’, ‘Dee Buss’ or ‘the bus’.
This commit is contained in:
Philip Withnall 2016-11-08 21:13:45 +00:00
parent 932eb87083
commit 1f36189aa5

View File

@ -88,7 +88,7 @@
*
* If used, the expected form of an application identifier is very close
* to that of of a
* [DBus bus name](http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-interface).
* [D-Bus bus name](http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-interface).
* Examples include: "com.example.MyApp", "org.example.internal-apps.Calculator".
* For details on valid application identifiers, see g_application_id_is_valid().
*