summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-07-30 21:15:03 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-07-30 21:15:03 +0100
commitfba8d7a48ad0f4455461162130c7f2eec9c4e363 (patch)
tree2d91ddacbc9ebae61c4209f7273d9af7befb1869
parent4cd7f769ae099ca8278f5e9586cef5a7de59f0fa (diff)
downloadglib-fba8d7a48ad0f4455461162130c7f2eec9c4e363.tar.gz
docs: Fix case of a type used in a gtk-doc comment
This fixes the automatic linking of that type. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--glib/goption.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/goption.c b/glib/goption.c
index d68ab5fe2..4b2abc057 100644
--- a/glib/goption.c
+++ b/glib/goption.c
@@ -2293,7 +2293,7 @@ g_option_group_free (GOptionGroup *group)
*
* Increments the reference count of @group by one.
*
- * Returns: a #GoptionGroup
+ * Returns: a #GOptionGroup
*
* Since: 2.44
*/