Bug 618839 - Typo at translation message

Fix trivial typo in GCredentials code
This commit is contained in:
Ryan Lortie 2010-05-18 16:43:36 -04:00
parent 12a8c0f50d
commit 6067f9f794

View File

@ -293,7 +293,7 @@ g_credentials_get_unix_user (GCredentials *credentials,
g_set_error_literal (error, g_set_error_literal (error,
G_IO_ERROR, G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED, G_IO_ERROR_NOT_SUPPORTED,
_("There no GCredentials support for your your platform")); _("There is no GCredentials support for your your platform"));
#endif #endif
return ret; return ret;