diff options
author | Werner Koch <[email protected]> | 2007-06-26 13:48:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-26 13:48:44 +0000 |
commit | a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16 (patch) | |
tree | 56d859ed11c7dc6faec9df7d6c55fbdf3b334b87 /common/ttyio.c | |
parent | Fixed a problem in estream-printf.c. (diff) | |
download | gnupg-a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16.tar.gz gnupg-a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16.zip |
More W32 related changes
Diffstat (limited to 'common/ttyio.c')
-rw-r--r-- | common/ttyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ttyio.c b/common/ttyio.c index 98a4614fe..5b10915d3 100644 --- a/common/ttyio.c +++ b/common/ttyio.c @@ -632,7 +632,7 @@ tty_get_answer_is_yes( const char *prompt ) } -/* Called by gnupg_rl_initialize to setup the reradline support. */ +/* Called by gnupg_rl_initialize to setup the readline support. */ void tty_private_set_rl_hooks (void (*init_stream) (FILE *), void (*set_completer) (rl_completion_func_t*), |