summaryrefslogtreecommitdiff
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
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
-rw-r--r--glib/gmain.c2
-rw-r--r--glib/guri.c2
2 files changed, 2 insertions, 2 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(),
diff --git a/glib/guri.c b/glib/guri.c
index 5fa668873..950becf12 100644
--- a/glib/guri.c
+++ b/glib/guri.c
@@ -1760,7 +1760,7 @@ g_uri_join_internal (GUriFlags flags,
*
* When @host is present, @path must either be empty or begin with a slash (`/`)
* character. When @host is not present, @path cannot begin with two slash
- characters (`//`). See
+ * characters (`//`). See
* [RFC 3986, section 3](https://tools.ietf.org/html/rfc3986#section-3).
*
* See also g_uri_join_with_user(), which allows specifying the