[glib] Fix a typo in describing GVariant serialisation functions
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix a typo in describing GVariant serialisation functions
- Date: Tue, 4 Oct 2011 12:11:09 +0000 (UTC)
commit 3d7264ce703f7dd55b6deac91562d64db69059ef
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Tue Oct 4 12:39:08 2011 +0100
Fix a typo in describing GVariant serialisation functions
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=632049
Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
Reviewed-by: Ryan Lortie <desrt desrt ca>
glib/gvariant.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gvariant.c b/glib/gvariant.c
index 9c92811..35b0fe1 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -1084,7 +1084,7 @@ g_variant_lookup_value (GVariant *dictionary,
* For example, if calling this function for an array of 32 bit integers,
* you might say <code>sizeof (gint32)</code>. This value isn't used
* except for the purpose of a double-check that the form of the
- * seralised data matches the caller's expectation.
+ * serialised data matches the caller's expectation.
*
* @n_elements, which must be non-%NULL is set equal to the number of
* items in the array.
@@ -1157,7 +1157,7 @@ g_variant_get_fixed_array (GVariant *value,
* example, if calling this function for an array of 32 bit integers,
* you might say <code>sizeof (gint32)</code>. This value isn't used
* except for the purpose of a double-check that the form of the
- * seralised data matches the caller's expectation.
+ * serialised data matches the caller's expectation.
*
* @n_elements, which must be non-%NULL is set equal to the number of
* items in the array.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]