From ee716d9159a49ab0bd97ce2834a982708591babb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 10 Jun 2021 12:37:11 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20capitalisation=20of=20=E2=80=98GU?= =?UTF-8?q?ID=E2=80=99=20in=20a=20few=20places?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philip Withnall --- gio/gdbusauth.c | 2 +- gio/gdbusutils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gdbusauth.c b/gio/gdbusauth.c index 534dca2d1..74c178dbf 100644 --- a/gio/gdbusauth.c +++ b/gio/gdbusauth.c @@ -960,7 +960,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth, g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, - "The given guid '%s' is not valid", + "The given GUID '%s' is not valid", guid); goto out; } diff --git a/gio/gdbusutils.c b/gio/gdbusutils.c index 4c6890f79..cd52208d2 100644 --- a/gio/gdbusutils.c +++ b/gio/gdbusutils.c @@ -326,7 +326,7 @@ g_dbus_generate_guid (void) * See the documentation for g_dbus_generate_guid() for more information about * the format of a GUID. * - * Returns: %TRUE if @string is a guid, %FALSE otherwise. + * Returns: %TRUE if @string is a GUID, %FALSE otherwise. * * Since: 2.26 */