From 9ec026a90535e7ebc2919b800b056850a4d4e30b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 1 Dec 2015 14:00:27 +0100 Subject: Fix typos found by codespell. -- Signed-off-by: Justus Winter --- src/assuan-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assuan-buffer.c') 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. * -- cgit v1.2.3