Typo fix
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 23 Feb 2008 06:34:00 +0000 (06:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 23 Feb 2008 06:34:00 +0000 (06:34 +0000)
svn path=/trunk/; revision=6564

gobject/gparam.c

index 5642aec..8affe89 100644 (file)
@@ -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.