aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-buffer.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2015-12-01 13:00:27 +0000
committerJustus Winter <[email protected]>2015-12-01 13:08:15 +0000
commit9ec026a90535e7ebc2919b800b056850a4d4e30b (patch)
tree34bf6ffea0497aa2004b446f4bedc60f1bab3eff /src/assuan-buffer.c
parentNew feature to test for SOCKS5 proxy availability. (diff)
downloadlibassuan-9ec026a90535e7ebc2919b800b056850a4d4e30b.tar.gz
libassuan-9ec026a90535e7ebc2919b800b056850a4d4e30b.zip
Fix typos found by codespell.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src/assuan-buffer.c')
-rw-r--r--src/assuan-buffer.c2
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.
*