summaryrefslogtreecommitdiff
path: root/src/w32-glib-io.c
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2015-12-02 11:28:07 +0100
committerJustus Winter <justus@g10code.com>2015-12-02 11:28:07 +0100
commit8c61cbfb8ff2e1056840ecf8511810ed2482eb1f (patch)
tree30c5f763d51fd3880b53516a5c17214f90682f21 /src/w32-glib-io.c
parentdfa79f9300b837b0f7f2ea44afa589bfcda1dbd9 (diff)
downloadgpgme-8c61cbfb8ff2e1056840ecf8511810ed2482eb1f.tar.gz
Fix typos found by codespell.
-- Signed-off-by: Justus Winter <justus@g10code.com>
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 a5af4e68..66dc9bf7 100644
--- a/src/w32-glib-io.c
+++ b/src/w32-glib-io.c
@@ -98,7 +98,7 @@ static struct
FD is closed. This, together with the fact that dup'ed file
descriptors are closed before the file descriptors from which
they are dup'ed are closed, ensures that CHAN is always valid,
- and shared among all file descriptors refering to the same
+ and shared among all file descriptors referring to the same
underlying object.
The logic behind this is that there is only one reason for us to