[glib: 2/4] docs: Fix capitalisation of ‘GUID’ in a few places




commit ee716d9159a49ab0bd97ce2834a982708591babb
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jun 10 12:37:11 2021 +0100

    docs: Fix capitalisation of ‘GUID’ in a few places
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 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
  */


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