From 834e6e96b355d7b313f59eef3c90a68bc5463365 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Nov 2012 18:49:50 +0100 Subject: [PATCH] docs: Fix spelling of "exceed" in gobject/gtype.c https://bugzilla.gnome.org/show_bug.cgi?id=688338 --- gobject/gtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/gtype.c b/gobject/gtype.c index 96e82b9..5fef634 100644 --- a/gobject/gtype.c +++ b/gobject/gtype.c @@ -4405,7 +4405,7 @@ gobject_init_ctor (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 -- 2.7.4