giomodule: small typo in documentation
authorMichael Catanzaro <mcatanzaro@gnome.org>
Sat, 9 Nov 2013 15:33:42 +0000 (09:33 -0600)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Sat, 9 Nov 2013 15:35:14 +0000 (09:35 -0600)
gio/giomodule.c

index 92aa97b..17d55de 100644 (file)
@@ -69,7 +69,7 @@
  * organized fashion.  
  *
  * An extension point is identified by a name, and it may optionally
- * require that any implementation must by of a certain type (or derived
+ * require that any implementation must be of a certain type (or derived
  * thereof). Use g_io_extension_point_register() to register an
  * extension point, and g_io_extension_point_set_required_type() to
  * set a required type.