mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix trivial typo in GCredentials code
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618839
This commit is contained in:
parent
719e2dcb3b
commit
257c519ba2
@ -293,7 +293,7 @@ g_credentials_get_unix_user (GCredentials *credentials,
|
||||
g_set_error_literal (error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_NOT_SUPPORTED,
|
||||
_("There is no GCredentials support for your your platform"));
|
||||
_("There is no GCredentials support for your platform"));
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user