mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Trivial typo fix
This commit is contained in:
parent
90aa4ed0a0
commit
93dad4808e
@ -2738,7 +2738,7 @@ g_variant_parse_error_print_context (GError *error,
|
||||
goto out;
|
||||
|
||||
if (point >= strlen (source_str))
|
||||
/* the error is at the end if the input */
|
||||
/* the error is at the end of the input */
|
||||
add_last_line (err, source_str);
|
||||
else
|
||||
/* otherwise just treat it as a error at a thin range */
|
||||
|
@ -920,7 +920,7 @@ gvs_tuple_get_child (GVariantSerialised value,
|
||||
child.size = fixed_size;
|
||||
}
|
||||
|
||||
else /* G_VARIANT_MEMEBER_ENDING_OFFSET */
|
||||
else /* G_VARIANT_MEMBER_ENDING_OFFSET */
|
||||
end = gvs_read_unaligned_le (value.data + value.size -
|
||||
offset_size * (member_info->i + 2),
|
||||
offset_size);
|
||||
|
Loading…
Reference in New Issue
Block a user