From da246088a8998d11226197bd5282875d4c22a8e0 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Thu, 7 Feb 2008 10:26:00 +0000 Subject: [PATCH] Fixed typo spotted by Xan. svn path=/trunk/; revision=6479 --- docs/reference/glib/tmpl/main.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index 42c4d2ab0..ebdf54df7 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