eek, correct typo

This commit is contained in:
Manish Singh 2002-02-03 01:05:55 +00:00
parent 09a6f7be53
commit cf67c99825

View File

@ -2401,7 +2401,7 @@ g_main_loop_run (GMainLoop *loop)
/* Another thread owns this context */ /* Another thread owns this context */
if (!g_thread_supported ()) 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."); "g_thread_init() was never called.");
return; return;
} }
@ -2438,7 +2438,7 @@ g_main_loop_run (GMainLoop *loop)
if (loop->context->in_check_or_prepare) 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."); "check() or prepare() member, iteration not possible.");
return; return;
} }