diff options
Diffstat (limited to 'libtdenetwork/libgpgme-copy/assuan/assuan-buffer.c')
-rw-r--r-- | libtdenetwork/libgpgme-copy/assuan/assuan-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdenetwork/libgpgme-copy/assuan/assuan-buffer.c b/libtdenetwork/libgpgme-copy/assuan/assuan-buffer.c index 7a1879877..b06025b46 100644 --- a/libtdenetwork/libgpgme-copy/assuan/assuan-buffer.c +++ b/libtdenetwork/libgpgme-copy/assuan/assuan-buffer.c @@ -488,7 +488,7 @@ _assuan_cookie_write_flush (void *cookie) * 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 - * a INTQUIRE response. However, when assuan_transact() is used, this + * a INQUIRE response. However, when assuan_transact() is used, this * function takes care of sending END itself. * * Return value: 0 on success or an error code |