mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gtestutils: Fix a typo in a documentation comment
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
parent
8686e43058
commit
424ec6022f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user