[glib] docs: fixing lost character



commit cf7ee86b97981f116a4f2c736cbfb355588a5262
Author: Aleksandr Slobodeniuk <alenuke yandex ru>
Date:   Tue Jul 11 15:48:58 2017 +0300

    docs: fixing lost character
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784792

 glib/gvariant.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gvariant.c b/glib/gvariant.c
index e117d07..6c4f817 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -273,7 +273,7 @@
  *
  * To put the entire example together, for our dictionary mapping
  * strings to variants (with two entries, as given above), we are
- * using 91 bytes of memory for type information, 29 byes of memory
+ * using 91 bytes of memory for type information, 29 bytes of memory
  * for the serialised data, 16 bytes for buffer management and 24
  * bytes for the #GVariant instance, or a total of 160 bytes, plus
  * malloc overhead.  If we were to use g_variant_get_child_value() to


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