diff options
author | Philip Withnall <pwithnall@endlessos.org> | 2020-10-26 14:28:15 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@endlessos.org> | 2020-10-26 14:28:15 +0000 |
commit | 159a9c215a7b688faa5b36524b2fe2bcd7e5c6ee (patch) | |
tree | 4749607a9760c1cef8cc81b3aa60ea5e8128a296 /glib/gvariant-serialiser.c | |
parent | ec222422c0b0f09ccd39a5d1dd3a248284ea5063 (diff) | |
download | glib-159a9c215a7b688faa5b36524b2fe2bcd7e5c6ee.tar.gz |
gio: Fix various typos of the name ‘D-Bus’
This introduces no functional changes.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'glib/gvariant-serialiser.c')
-rw-r--r-- | glib/gvariant-serialiser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gvariant-serialiser.c b/glib/gvariant-serialiser.c index 83e9d85b8..06f419fe4 100644 --- a/glib/gvariant-serialiser.c +++ b/glib/gvariant-serialiser.c @@ -1666,7 +1666,7 @@ g_variant_serialiser_is_string (gconstpointer data, * * Performs the checks for being a valid string. * - * Also, ensures that @data is a valid DBus object path, as per the D-Bus + * Also, ensures that @data is a valid D-Bus object path, as per the D-Bus * specification. */ gboolean |