Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Tue, 31 Dec 2013 01:18:15 +0000 (20:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Jan 2014 22:59:22 +0000 (17:59 -0500)
glib/gvariant-parser.c
glib/gvariant-serialiser.c

index 4aa8389..de00c36 100644 (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 */
index d903d74..4c8425a 100644 (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);