From 61de05e774829f1687244b014732490005cf4b48 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Aug 2010 21:58:51 -0400 Subject: [PATCH] Fix a duplicate word Pointed out in bug 627604. --- gio/gdbusmessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c index 2a9d53f..df596e9 100644 --- a/gio/gdbusmessage.c +++ b/gio/gdbusmessage.c @@ -924,7 +924,7 @@ read_string (GMemoryInputStream *mis, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT, _("Expected valid UTF-8 string but found invalid bytes at byte offset %d (length of string is %d). " - "The valid UTF-8 string up until that that point was `%s'"), + "The valid UTF-8 string up until that point was `%s'"), offset, (gint) s->len, valid_str); -- 2.7.4