[glib] gtestutils: Fix a typo in a documentation comment
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gtestutils: Fix a typo in a documentation comment
- Date: Sun, 5 Mar 2017 12:24:52 +0000 (UTC)
commit 424ec6022f2333b8b1df39667f023b734071fc36
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Mar 5 12:24:37 2017 +0000
gtestutils: Fix a typo in a documentation comment
Signed-off-by: Philip Withnall <philip tecnocode co uk>
glib/gtestutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index e08b044..e06256d 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]