Fix a duplicate word

Pointed out in bug 627604.
This commit is contained in:
Matthias Clasen 2010-08-21 21:58:51 -04:00
parent a54e2c4fb3
commit 61de05e774

View File

@ -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);