diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2013-11-09 09:33:42 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2013-11-09 09:35:14 -0600 |
commit | ae6dbb35cbf11a363b28f1e86b1f6f2bc4036b4c (patch) | |
tree | 21e7bb221eb02ac5102c557423c0073175fc6c6e /gio/giomodule.c | |
parent | 0cb8454b5c0ba31aa1c8b4915503686bfe5cddeb (diff) | |
download | glib-ae6dbb35cbf11a363b28f1e86b1f6f2bc4036b4c.tar.gz |
giomodule: small typo in documentation
Diffstat (limited to 'gio/giomodule.c')
-rw-r--r-- | gio/giomodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/giomodule.c b/gio/giomodule.c index 92aa97bdc..17d55de6e 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -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. |