From 84d8d5647ec85cd03b705fc98d21e0ba3ec97152 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Mon, 24 Apr 2023 13:18:33 +0200 Subject: [PATCH] Fix small issues in docs This will make converting the docs to another format (say, rst) somewhat easier. --- glib/gmain.c | 2 +- glib/guri.c | 2 +- 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