From: Tim Janik Date: Thu, 7 Feb 2008 10:26:00 +0000 (+0000) Subject: Fixed typo spotted by Xan. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=da246088a8998d11226197bd5282875d4c22a8e0;p=dana%2Fcg-glib.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 42c4d2ab..ebdf54df 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