From 97a38dc5865e554bd3567dea37f4cd33a5f50537 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Jul 2016 15:09:31 -0400 Subject: [PATCH] Fix a small typo --- glib/gtestutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gtestutils.c b/glib/gtestutils.c index 67baadab0..bb1bdd441 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -1128,7 +1128,7 @@ parse_args (gint *argc_p, * `quick`: Quick tests, should run really quickly and give good coverage. * * `undefined`: Tests for undefined behaviour, may provoke programming errors - * under g_test_trap_subprocess() or g_test_expect_messages() to check + * under g_test_trap_subprocess() or g_test_expect_message() to check * that appropriate assertions or warnings are given * * `no-undefined`: Avoid tests for undefined behaviour