From 839b939d36ab5b2c5aec71b325c1ca7b5363b8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20L=C3=B8vdal?= Date: Mon, 3 Oct 2011 15:56:26 +0100 Subject: [PATCH] spelling fix: timeour -> timeout --- clutter/clutter-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index a589b12e0..461c87db9 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -77,7 +77,7 @@ * multi-threaded environment is to never access the API from a thread that * did not call clutter_init() and clutter_main(). * The common pattern for using threads with Clutter is to use worker - * threads to perform blocking operations and then install idle or timeour + * threads to perform blocking operations and then install idle or timeout * sources with the result when the thread finished. * Clutter provides thread-aware variants of g_idle_add() and * g_timeout_add() that acquire the Clutter lock before invoking the provided