Bug 618839 - Typo at translation message
authorRyan Lortie <desrt@desrt.ca>
Tue, 18 May 2010 20:43:36 +0000 (16:43 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 18 May 2010 20:43:36 +0000 (16:43 -0400)
Fix trivial typo in GCredentials code

gio/gcredentials.c

index bcea1a4..eb5d3ae 100644 (file)
@@ -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 no GCredentials support for your your platform"));
+                       _("There is no GCredentials support for your your platform"));
 #endif
 
   return ret;