docs: Fix capitalisation of ‘GUID’ in a few places

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-06-10 12:37:11 +01:00
parent c794261a40
commit ee716d9159
2 changed files with 2 additions and 2 deletions

View File

@ -960,7 +960,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
g_set_error (error, g_set_error (error,
G_IO_ERROR, G_IO_ERROR,
G_IO_ERROR_FAILED, G_IO_ERROR_FAILED,
"The given guid '%s' is not valid", "The given GUID '%s' is not valid",
guid); guid);
goto out; goto out;
} }

View File

@ -326,7 +326,7 @@ g_dbus_generate_guid (void)
* See the documentation for g_dbus_generate_guid() for more information about * See the documentation for g_dbus_generate_guid() for more information about
* the format of a GUID. * 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 * Since: 2.26
*/ */