mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Fix a duplicate word
Pointed out in bug 627604.
This commit is contained in:
@@ -924,7 +924,7 @@ read_string (GMemoryInputStream *mis,
|
|||||||
G_IO_ERROR,
|
G_IO_ERROR,
|
||||||
G_IO_ERROR_INVALID_ARGUMENT,
|
G_IO_ERROR_INVALID_ARGUMENT,
|
||||||
_("Expected valid UTF-8 string but found invalid bytes at byte offset %d (length of string is %d). "
|
_("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,
|
offset,
|
||||||
(gint) s->len,
|
(gint) s->len,
|
||||||
valid_str);
|
valid_str);
|
||||||
|
Reference in New Issue
Block a user