gdbusaddress: Fix typo
authorJavier Jardón <jjardon@gnome.org>
Sun, 30 May 2010 12:56:55 +0000 (14:56 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 3 Jun 2010 23:35:23 +0000 (01:35 +0200)
gio/gdbusaddress.c

index 364e75809beff16135d29476e6c764f63025d2e5..906e038fdaccc421afc01f10ffc1006d43dac1d5 100644 (file)
@@ -162,7 +162,7 @@ is_valid_unix (const gchar  *address_entry,
       g_set_error (error,
                    G_IO_ERROR,
                    G_IO_ERROR_INVALID_ARGUMENT,
-                   _("Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys"),
+                   _("Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)"),
                    address_entry);
       goto out;
     }