summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjan Molenaar <gaphor@gmail.com>2023-04-24 13:18:33 +0200
committerArjan Molenaar <gaphor@gmail.com>2023-04-24 13:18:33 +0200
commit84d8d5647ec85cd03b705fc98d21e0ba3ec97152 (patch)
tree39ebc3ab23ee4b5a7d3f900d1edee8c2d4b79e60
parent28b1b9d9c3cd1a7cebe9eac53dc49941eb47298c (diff)
downloadglib-84d8d5647ec85cd03b705fc98d21e0ba3ec97152.tar.gz
Fix small issues in docs
This will make converting the docs to another format (say, rst) somewhat easier.
-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 7442d3d05..5e7221f74 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