1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-22 18:07:54 +02:00

Merge branch 'testutils-docs' into 'main'

gtestutils: Fix minor typos in the g_test_get_filename() docs

See merge request 
This commit is contained in:
Sebastian Dröge
2022-01-07 10:52:47 +00:00

@@ -4394,9 +4394,9 @@ g_test_get_dir (GTestFileType file_type)
* Gets the pathname to a data file that is required for a test.
*
* This is the same as g_test_build_filename() with two differences.
* The first difference is that must only use this function from within
* The first difference is that you must only use this function from within
* a testcase function. The second difference is that you need not free
* the return value -- it will be automatically freed when the testcase
* the return value it will be automatically freed when the testcase
* finishes running.
*
* It is safe to use this function from a thread inside of a testcase