[glib] Trivial typo fix
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Trivial typo fix
- Date: Wed, 1 Jan 2014 23:04:18 +0000 (UTC)
commit 93dad4808e6ea74a3688db7942a630ff857dd0e5
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 30 20:18:15 2013 -0500
Trivial typo fix
glib/gvariant-parser.c | 2 +-
glib/gvariant-serialiser.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gvariant-parser.c b/glib/gvariant-parser.c
index 4aa8389..de00c36 100644
--- a/glib/gvariant-parser.c
+++ b/glib/gvariant-parser.c
@@ -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 */
diff --git a/glib/gvariant-serialiser.c b/glib/gvariant-serialiser.c
index d903d74..4c8425a 100644
--- a/glib/gvariant-serialiser.c
+++ b/glib/gvariant-serialiser.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]