Merge branch 'testutils-docs' into 'main'

gtestutils: Fix minor typos in the g_test_get_filename() docs

See merge request GNOME/glib!2417
This commit is contained in:
Sebastian Dröge 2022-01-07 10:52:47 +00:00
commit ae0ec9b753

View File

@ -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