summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gthread.c')
-rw-r--r--glib/dbus-gthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/dbus-gthread.c b/glib/dbus-gthread.c
index 75c11fea..cb4733ff 100644
--- a/glib/dbus-gthread.c
+++ b/glib/dbus-gthread.c
@@ -1,5 +1,5 @@
/* -*- mode: C; c-file-style: "gnu" -*- */
-/* dbus-gthread.c GThread integration
+/* dbus-gthread.c GThread integration
*
* Copyright (C) 2002 CodeFactory AB
*
@@ -78,7 +78,7 @@ void
dbus_gthread_init (void)
{
if (!g_thread_supported ())
- g_error ("g_thread_init() must be called before gdbus_threads_init()");
+ g_error ("g_thread_init() must be called before dbus_threads_init()");
dbus_threads_init (&functions);
}