[glib] gapplication: Fix a typo in a documentation comment



commit 1f36189aa5e0bc0bbecf8e34f5e625ee88b06882
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Tue Nov 8 21:13:45 2016 +0000

    gapplication: Fix a typo in a documentation comment
    
    It’s ‘D-Bus’, not ‘DBus’, ‘DBUS’, ‘D Bus’, ‘Dee Buss’ or ‘the bus’.

 gio/gapplication.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 0ffbc66..8711e50 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -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().
  *


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