summaryrefslogtreecommitdiff
path: root/glib/gmain.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-04-24 12:58:08 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2023-04-24 12:58:08 +0000
commitc176fcf2eb3a20e989cd1c4439f76779f276f418 (patch)
treec84d900263ecea04787e330bb92a5a860cd6eae8 /glib/gmain.c
parentd3e7b9e17c2ce12285dbf8fc811c6a296204b029 (diff)
parent84d8d5647ec85cd03b705fc98d21e0ba3ec97152 (diff)
downloadglib-c176fcf2eb3a20e989cd1c4439f76779f276f418.tar.gz
Merge branch 'doc-indentation' into 'main'
Fix small issues in docs See merge request GNOME/glib!3393
Diffstat (limited to 'glib/gmain.c')
-rw-r--r--glib/gmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gmain.c b/glib/gmain.c
index 191e77345..13724c67f 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -3121,7 +3121,7 @@ get_dispatch (void)
*
* Returns the depth of the stack of calls to
* g_main_context_dispatch() on any #GMainContext in the current thread.
- * That is, when called from the toplevel, it gives 0. When
+ * That is, when called from the toplevel, it gives 0. When
* called from within a callback from g_main_context_iteration()
* (or g_main_loop_run(), etc.) it returns 1. When called from within
* a callback to a recursive call to g_main_context_iteration(),