diff options
Diffstat (limited to 'src/assuan-handler.c')
-rw-r--r-- | src/assuan-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c index 2fa91b8..351446d 100644 --- a/src/assuan-handler.c +++ b/src/assuan-handler.c @@ -995,7 +995,7 @@ assuan_get_data_fp (assuan_context_t ctx) } -/* Set the text used for the next OK reponse. This string is +/* Set the text used for the next OK response. This string is automatically reset to NULL after the next command. */ gpg_error_t assuan_set_okay_line (assuan_context_t ctx, const char *line) |