aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-glib-io.c
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-13 07:18:12 +0000
committerIngo Klöcker <[email protected]>2023-10-13 07:18:12 +0000
commit57205c1dfafdf86eebef8a3a358cf3bd6a297d88 (patch)
tree5d1ca41a889c46a73d88a6797a30c14a0c225892 /src/w32-glib-io.c
parentpython,examples: Add missing word "License" (diff)
downloadgpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.tar.gz
gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.zip
doc: Fix typos in documentation and source code comments
-- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'src/w32-glib-io.c')
-rw-r--r--src/w32-glib-io.c2
1 files changed, 1 insertions, 1 deletions
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];