gmessages: fix minor typo in documentation
authorAleksander Morgado <aleksander@lanedo.com>
Tue, 30 Oct 2012 12:15:23 +0000 (13:15 +0100)
committerAleksander Morgado <aleksander@lanedo.com>
Tue, 30 Oct 2012 12:15:23 +0000 (13:15 +0100)
glib/gmessages.c

index decda04..7062dcf 100644 (file)
@@ -1082,7 +1082,7 @@ g_assert_warning (const char *log_domain,
  *    &ast; context is already owned by another thread.
  *    &ast;/
  *   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 ();