Fix typo in GMutex error message

(cherry picked from commit 0d9a40b894)
This commit is contained in:
Colin Walters
2010-04-21 16:44:26 -04:00
committed by Matthias Clasen
parent e7a7d6873c
commit f2b4060717

View File

@@ -105,7 +105,7 @@ g_mutex_lock_errorcheck_impl (GMutex *mutex,
g_thread_functions_for_glib_use.thread_self (&self);
if (g_system_thread_equal (info->owner, self))
g_error ("Trying to recursivly lock a mutex at '%s', "
g_error ("Trying to recursively lock a mutex at '%s', "
"previously locked at '%s'",
loc, info->location);