diff options
author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 |
commit | 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 (patch) | |
tree | 5d1ca41a889c46a73d88a6797a30c14a0c225892 /src/w32-glib-io.c | |
parent | python,examples: Add missing word "License" (diff) | |
download | gpgme-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.c | 2 |
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]; |