Fixed typo spotted by Xan.
authorTim Janik <timj@src.gnome.org>
Thu, 7 Feb 2008 10:26:00 +0000 (10:26 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 7 Feb 2008 10:26:00 +0000 (10:26 +0000)
svn path=/trunk/; revision=6479

docs/reference/glib/tmpl/main.sgml

index 42c4d2a..ebdf54d 100644 (file)
@@ -66,7 +66,7 @@ manages all available sources of events
       types.
     </para>
     <para>
-      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