projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719e2dc
)
Fix trivial typo in GCredentials code
author
Javier Jardón
<jjardon@gnome.org>
Tue, 18 May 2010 21:45:54 +0000
(23:45 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 18 May 2010 21:45:54 +0000
(23:45 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618839
gio/gcredentials.c
patch
|
blob
|
history
diff --git
a/gio/gcredentials.c
b/gio/gcredentials.c
index
eb5d3ae
..
bc70291
100644
(file)
--- a/
gio/gcredentials.c
+++ b/
gio/gcredentials.c
@@
-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;