From: Behdad Esfahbod Date: Tue, 21 Sep 2010 02:51:26 +0000 (-0400) Subject: Fix typo X-Git-Tag: 2.27.1~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1f7e771d7b3d9f8b7c656c6d9a9d8112f32732d;p=platform%2Fupstream%2Fglib.git Fix typo --- 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 */