From ae6dbb35cbf11a363b28f1e86b1f6f2bc4036b4c Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 9 Nov 2013 09:33:42 -0600 Subject: [PATCH] giomodule: small typo in documentation --- gio/giomodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/giomodule.c b/gio/giomodule.c index 92aa97b..17d55de 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. -- 2.7.4