projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585a37f
)
Fix typo in GMutex error message
author
Colin Walters
<walters@verbum.org>
Wed, 21 Apr 2010 20:44:26 +0000
(16:44 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 21 Apr 2010 20:47:22 +0000
(16:47 -0400)
gthread/gthread-impl.c
patch
|
blob
|
history
diff --git
a/gthread/gthread-impl.c
b/gthread/gthread-impl.c
index
f0f2be0
..
b483657
100644
(file)
--- a/
gthread/gthread-impl.c
+++ b/
gthread/gthread-impl.c
@@
-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 recursiv
e
ly lock a mutex at '%s', "
"previously locked at '%s'",
loc, info->location);