summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-18 23:45:54 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-18 23:45:54 +0200
commit257c519ba2ed91f7dfc94d5a07a0cc6c7a3644f1 (patch)
treea9f32e9a078a796ce2cd8b555650000c15e2c885 /gio
parent719e2dcb3b35dbab9cfaa7d0f711b0949b57ad35 (diff)
Fix trivial typo in GCredentials code
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618839
Diffstat (limited to 'gio')
-rw-r--r--gio/gcredentials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gcredentials.c b/gio/gcredentials.c
index eb5d3ae53..bc70291af 100644
--- 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;