From: Aleksander Morgado Date: Tue, 30 Oct 2012 12:15:23 +0000 (+0100) Subject: gmessages: fix minor typo in documentation X-Git-Tag: 2.35.2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d22609fe981aab877dc9f3bbfa3f97a7c4152f2;p=platform%2Fupstream%2Fglib.git gmessages: fix minor typo in documentation --- diff --git a/glib/gmessages.c b/glib/gmessages.c index decda04..7062dcf 100644 --- a/glib/gmessages.c +++ b/glib/gmessages.c @@ -1082,7 +1082,7 @@ g_assert_warning (const char *log_domain, * * context is already owned by another thread. * */ * g_test_expect_message (G_LOG_DOMAIN, - * G_LOG_LEVEL_CRITICIAL, + * G_LOG_LEVEL_CRITICAL, * "assertion.*acquired_context.*failed"); * g_main_context_push_thread_default (bad_context); * g_test_assert_expected_messages ();