docs: Fix typos in comments

This commit is contained in:
Tobias Stoeckmann
2025-09-03 21:33:53 +02:00
parent 19dce43557
commit 3d21160b85
10 changed files with 15 additions and 15 deletions

View File

@@ -2026,7 +2026,7 @@ g_build_path_va (const gchar *separator,
/**
* g_build_pathv:
* @separator: a string used to separator the elements of the path.
* @separator: a string used to separate the elements of the path.
* @args: (array zero-terminated=1) (element-type filename): %NULL-terminated
* array of strings containing the path elements.
*
@@ -2053,7 +2053,7 @@ g_build_pathv (const gchar *separator,
/**
* g_build_path:
* @separator: (type filename): a string used to separator the elements of the path.
* @separator: (type filename): a string used to separate the elements of the path.
* @first_element: (type filename): the first element in the path
* @...: remaining elements in path, terminated by %NULL
*