From: Matthias Clasen Date: Sat, 23 Feb 2008 06:34:00 +0000 (+0000) Subject: Typo fix X-Git-Tag: GLIB_2_15_6~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aa117bf51febc0e755319886b1d69ca47ef0a7d;p=platform%2Fupstream%2Fglib.git Typo fix svn path=/trunk/; revision=6564 --- diff --git a/gobject/gparam.c b/gobject/gparam.c index 5642aec..8affe89 100644 --- a/gobject/gparam.c +++ b/gobject/gparam.c @@ -923,7 +923,7 @@ pool_depth_list (gpointer key, } /* We handle interfaces specially since we don't want to - * count interface prerequsites like normal inheritance; + * count interface prerequisites like normal inheritance; * the property comes from the direct inheritance from * the prerequisite class, not from the interface that * prerequires it.