mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 19:59:21 +02:00
Fix typo in GMutex error message
This commit is contained in:
@@ -105,7 +105,7 @@ g_mutex_lock_errorcheck_impl (GMutex *mutex,
|
|||||||
g_thread_functions_for_glib_use.thread_self (&self);
|
g_thread_functions_for_glib_use.thread_self (&self);
|
||||||
|
|
||||||
if (g_system_thread_equal (info->owner, 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'",
|
"previously locked at '%s'",
|
||||||
loc, info->location);
|
loc, info->location);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user