aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-io-pth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-io-pth.c')
-rw-r--r--src/assuan-io-pth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-io-pth.c b/src/assuan-io-pth.c
index ff6f10d..69774ff 100644
--- a/src/assuan-io-pth.c
+++ b/src/assuan-io-pth.c
@@ -54,7 +54,7 @@ _assuan_waitpid (pid_t pid, int *status, int options)
ssize_t
_assuan_simple_read (assuan_context_t ctx, void *buffer, size_t size)
{
- /* Fixme: For W32 we ehsould better not cast the HANDLE type to int.
+ /* Fixme: For W32 we should better not cast the HANDLE type to int.
However, this requires changes in w32pth too. */
return pth_read ((int)ctx->inbound.fd, buffer, size);
}