[glib/glib-2-34] docs: Fix spelling of "exceed" in gobject/gtype.c



commit c1cb66418259304ffec8805941d8006ed9b50e13
Author: Paul Menzel <paulepanter users sourceforge net>
Date:   Wed Nov 14 18:49:50 2012 +0100

    docs: Fix spelling of "exceed" in gobject/gtype.c
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688338

 gobject/gtype.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gtype.c b/gobject/gtype.c
index 61c5cc9..00cd432 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.c
@@ -4402,7 +4402,7 @@ g_type_init (void)
  * structures.
  *
  * Note that the accumulated size of the private structures of
- * a type and all its parent types cannot excced 64 KiB.
+ * a type and all its parent types cannot exceed 64 KiB.
  *
  * This function should be called in the type's class_init() function.
  * The private structure can be retrieved using the



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