[glib: 1/2] gtestutils: Fix minor typos in the g_test_get_filename() docs
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] gtestutils: Fix minor typos in the g_test_get_filename() docs
- Date: Fri, 7 Jan 2022 10:52:48 +0000 (UTC)
commit e6b85bc05cf74c0467acc6ccef2474739204aa04
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Jan 6 12:52:00 2022 +0000
gtestutils: Fix minor typos in the g_test_get_filename() docs
Signed-off-by: Philip Withnall <pwithnall endlessos org>
glib/gtestutils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index a061da799..ae96eca0e 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]