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_IO_ERROR,
G_IO_ERROR_FAILED,
"The given guid '%s' is not valid",
"The given GUID '%s' is not valid",
guid);
goto out;
}