diff options
Diffstat (limited to 'src/assuan-buffer.c')
-rw-r--r-- | src/assuan-buffer.c | 2 |
1 files changed, 1 insertions, 1 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. * |