aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-support.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/assuan-support.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/assuan-support.c')
-rw-r--r--src/assuan-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-support.c b/src/assuan-support.c
index 0bc003b9..c6052194 100644
--- a/src/assuan-support.c
+++ b/src/assuan-support.c
@@ -371,7 +371,7 @@ my_connect (assuan_context_t ctx, int sock, struct sockaddr *addr,
/* Note for Windows: Ignore the incompatible pointer type warning for
my_read and my_write. Mingw has been changed to use int for
ssize_t on 32 bit systems while we use long. For 64 bit we use
- int64_t while mingw uses __int64_t. It doe not matter at all
+ int64_t while mingw uses __int64_t. It does not matter at all
because under Windows long and int are both 32 bit even on 64
bit. */
struct assuan_system_hooks _gpgme_assuan_system_hooks =