From 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:12 +0200 Subject: doc: Fix typos in documentation and source code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Anonymous contribution Signed-off-by: Ingo Klöcker --- src/w32-glib-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32-glib-io.c') diff --git a/src/w32-glib-io.c b/src/w32-glib-io.c index 09ffffa2..943b207a 100644 --- a/src/w32-glib-io.c +++ b/src/w32-glib-io.c @@ -903,7 +903,7 @@ _gpgme_io_select (struct io_select_fd_s *fds, size_t nfds, int nonblock) TRACE_END (dbg_help, "]"); } - /* COUNT is used to stop the lop as soon as possible. */ + /* COUNT is used to stop the loop as soon as possible. */ for (n = count, i = 0; i < npollfds && n; i++) { j = pollfds_map[i]; -- cgit v1.2.3