From: Tim Janik Date: Thu, 7 Feb 2008 10:26:00 +0000 (+0000) Subject: Fixed typo spotted by Xan. X-Git-Tag: GLIB_2_15_5~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da246088a8998d11226197bd5282875d4c22a8e0;p=platform%2Fupstream%2Fglib.git Fixed typo spotted by Xan. svn path=/trunk/; revision=6479 --- diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index 42c4d2a..ebdf54d 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -66,7 +66,7 @@ manages all available sources of events types. - New source types basically interact with with the main context + New source types basically interact with the main context in two ways. Their prepare function in #GSourceFuncs can set a timeout to determine the maximum amount of time that the main loop will sleep before checking the source again. In