[glib/glib-2-30] Fix a typo in describing g_variant_get_fixed_array



commit d2239181a9a6fb920602f2de6f87197cde6534cf
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Tue Oct 4 10:46:41 2011 +0100

    Fix a typo in describing g_variant_get_fixed_array
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gvariant.c b/glib/gvariant.c
index 281f93a..9be99cf 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -1083,7 +1083,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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]