gmessages: fix minor typo in documentation

This commit is contained in:
Aleksander Morgado 2012-10-30 13:15:23 +01:00
parent 15a21bd3cd
commit 0d22609fe9

View File

@ -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 ();