From f1f7e771d7b3d9f8b7c656c6d9a9d8112f32732d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 20 Sep 2010 22:51:26 -0400 Subject: [PATCH] Fix typo --- glib/giochannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/giochannel.c b/glib/giochannel.c index fb7fd0a..e70e40a 100644 --- a/glib/giochannel.c +++ b/glib/giochannel.c @@ -644,7 +644,7 @@ g_io_create_watch (GIOChannel *channel, * * This internally creates a main loop source using g_io_create_watch() * and attaches it to the main loop context with g_source_attach(). - * You can do these steps manuallt if you need greater control. + * You can do these steps manually if you need greater control. * * Returns: the event source id */ -- 2.7.4