From 424ec6022f2333b8b1df39667f023b734071fc36 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 5 Mar 2017 12:24:37 +0000 Subject: [PATCH] gtestutils: Fix a typo in a documentation comment Signed-off-by: Philip Withnall --- glib/gtestutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gtestutils.c b/glib/gtestutils.c index e08b044f9..e06256d6e 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -2104,7 +2104,7 @@ g_test_queue_free (gpointer gfree_pointer) * * This function enqueus a callback @destroy_func to be executed * during the next test case teardown phase. This is most useful - * to auto destruct allocted test resources at the end of a test run. + * to auto destruct allocated test resources at the end of a test run. * Resources are released in reverse queue order, that means enqueueing * callback A before callback B will cause B() to be called before * A() during teardown. -- 2.11.4.GIT