Trivial typo fix

This commit is contained in:
Matthias Clasen 2013-12-30 20:18:15 -05:00
parent 90aa4ed0a0
commit 93dad4808e
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

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