From cf67c99825f7da76636451c70b48b077236337af Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 3 Feb 2002 01:05:55 +0000 Subject: [PATCH] eek, correct typo --- glib/gmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gmain.c b/glib/gmain.c index 822282a6..f3595962 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -2401,7 +2401,7 @@ g_main_loop_run (GMainLoop *loop) /* Another thread owns this context */ if (!g_thread_supported ()) { - g_warning ("g_main_loop_run() was called from second thread but" + g_warning ("g_main_loop_run() was called from second thread but " "g_thread_init() was never called."); return; } @@ -2438,7 +2438,7 @@ g_main_loop_run (GMainLoop *loop) if (loop->context->in_check_or_prepare) { - g_warning ("g_main_loop_run(): called recursively from within a source's" + g_warning ("g_main_loop_run(): called recursively from within a source's " "check() or prepare() member, iteration not possible."); return; } -- 2.34.1