[glib] Fix a duplicate word



commit 61de05e774829f1687244b014732490005cf4b48
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 21 21:58:51 2010 -0400

    Fix a duplicate word
    
    Pointed out in bug 627604.

 gio/gdbusmessage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]