From: Manish Singh Date: Sun, 3 Feb 2002 01:05:55 +0000 (+0000) Subject: eek, correct typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=cf67c99825f7da76636451c70b48b077236337af;p=dana%2Fcg-glib.git eek, correct typo --- 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; }