gtestutils: Fix minor typos in the g_test_get_filename() docs

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-01-06 12:52:00 +00:00
parent 2c958470d2
commit e6b85bc05c

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