diff options
Diffstat (limited to 'doc/assuan.texi')
-rw-r--r-- | doc/assuan.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index 8bc72c4..c3b965b 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -771,7 +771,7 @@ more documentation]. @var{inquire_cb} is called by Libassuan when the server requests additional information from the client while processing the command. This callback shall check the provided inquiry name and send the data -as requested back using the @code{assuan_write_data}. The server +as requested back using the @code{assuan_send_data}. The server passed @var{inquiry_cb_arg} along with the inquiry name to the callback. |