mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Fix a duplicate word
Pointed out in bug 627604.
This commit is contained in:
parent
a54e2c4fb3
commit
61de05e774
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user