From: Michael Catanzaro Date: Sun, 5 Oct 2014 17:11:08 +0000 (-0500) Subject: Fix typo X-Git-Tag: 2.43.0~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4454b815367831a71b1ae00b0182b5b389a78df2;hp=6cd13d34fe9db74dd1d6a144630262ab6306a95f;p=platform%2Fupstream%2Fglib.git Fix typo --- diff --git a/glib/gthreadpool.c b/glib/gthreadpool.c index 5ffcc08..dad424d 100644 --- a/glib/gthreadpool.c +++ b/glib/gthreadpool.c @@ -455,7 +455,7 @@ g_thread_pool_start_thread (GRealThreadPool *pool, * @error can be %NULL to ignore errors, or non-%NULL to report * errors. An error can only occur when @exclusive is set to %TRUE * and not all @max_threads threads could be created. - * See #GThreadError for possible errors that may occurr. + * See #GThreadError for possible errors that may occur. * Note, even in case of error a valid #GThreadPool is returned. * * Returns: the new #GThreadPool