diff options
-rw-r--r-- | src/assuan-buffer.c | 2 | ||||
-rw-r--r-- | src/assuan-handler.c | 2 | ||||
-rw-r--r-- | src/assuan-socket-connect.c | 2 | ||||
-rw-r--r-- | src/funopen.c | 2 | ||||
-rw-r--r-- | src/gpgcedev.c | 2 | ||||
-rw-r--r-- | src/system-w32.c | 2 | ||||
-rw-r--r-- | tests/fdpassing.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/assuan-buffer.c b/src/assuan-buffer.c index b442b3d..ef9ba41 100644 --- a/src/assuan-buffer.c +++ b/src/assuan-buffer.c @@ -476,7 +476,7 @@ _assuan_cookie_write_flush (void *cookie) * and may get buffered until a line is full. To force sending the * data out @buffer may be passed as NULL (in which case @length must * also be 0); however when used by a client this flush operation does - * also send the terminating "END" command to terminate the reponse on + * also send the terminating "END" command to terminate the response on * a INQUIRE response. However, when assuan_transact() is used, this * function takes care of sending END itself. * diff --git a/src/assuan-handler.c b/src/assuan-handler.c index 2fa91b8..351446d 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -995,7 +995,7 @@ assuan_get_data_fp (assuan_context_t ctx) } -/* Set the text used for the next OK reponse. This string is +/* Set the text used for the next OK response. This string is automatically reset to NULL after the next command. */ gpg_error_t assuan_set_okay_line (assuan_context_t ctx, const char *line) diff --git a/src/assuan-socket-connect.c b/src/assuan-socket-connect.c index 49d3f72..73fbbc3 100644 --- a/src/assuan-socket-connect.c +++ b/src/assuan-socket-connect.c @@ -223,7 +223,7 @@ assuan_socket_connect (assuan_context_t ctx, const char *name, { /* We require that the name starts with a slash if no URL schemata is used. To make things easier we allow an optional - driver prefix. */ + drive prefix. */ s = name; if (*s && s[1] == ':') s += 2; diff --git a/src/funopen.c b/src/funopen.c index fb87f96..e6d77e3 100644 --- a/src/funopen.c +++ b/src/funopen.c @@ -34,7 +34,7 @@ The functions to provide my either be NULL if not required or similar to the unistd function with the exception of using the - cookie instead of the fiel descripor. + cookie instead of the file descriptor. */ diff --git a/src/gpgcedev.c b/src/gpgcedev.c index a097c88..bff4655 100644 --- a/src/gpgcedev.c +++ b/src/gpgcedev.c @@ -174,7 +174,7 @@ struct { } logcontrol; -/* We don't need a device context for the pipe thus we use the adress +/* We don't need a device context for the pipe thus we use the address of the critical section object for it. */ #define PIPECTX_VALUE ((DWORD)(&opnctx_table_cs)) diff --git a/src/system-w32.c b/src/system-w32.c index 85b8fa8..7b95d5c 100644 --- a/src/system-w32.c +++ b/src/system-w32.c @@ -428,7 +428,7 @@ __assuan_spawn (assuan_context_t ctx, pid_t *r_pid, const char *name, variable. However this requires us to write a full environment handler, because the strings are expected in sorted order. The suggestion given in the MS Reference Library, to save the old - value, changeit, create proces and restore it, is not thread + value, change it, create process and restore it, is not thread safe. */ /* Build the command line. */ diff --git a/tests/fdpassing.c b/tests/fdpassing.c index 81ae149..fee5ba0 100644 --- a/tests/fdpassing.c +++ b/tests/fdpassing.c @@ -1,4 +1,4 @@ -/* fdpassing - Check the fiel descriptor passing. +/* fdpassing - Check the file descriptor passing. Copyright (C) 2006, 2009 Free Software Foundation, Inc. This file is part of Assuan. |