diff options
author | Werner Koch <wk@gnupg.org> | 2007-06-26 15:48:44 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-06-26 15:48:44 +0200 |
commit | a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16 (patch) | |
tree | 56d859ed11c7dc6faec9df7d6c55fbdf3b334b87 /common/gpgrlhelp.c | |
parent | Fixed a problem in estream-printf.c. (diff) | |
download | gnupg2-a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16.tar.xz gnupg2-a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16.zip |
More W32 related changes
Diffstat (limited to 'common/gpgrlhelp.c')
-rw-r--r-- | common/gpgrlhelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gpgrlhelp.c b/common/gpgrlhelp.c index ec72c98c8..4f8e65295 100644 --- a/common/gpgrlhelp.c +++ b/common/gpgrlhelp.c @@ -21,8 +21,8 @@ /* This module may by used by applications to initializes readline support. It is required so that we can have hooks in other parts - of libcommon without actually requing to link against - libreadline. It works along ttyio.c which a proper part of + of libcommon without actually requiring to link against + libreadline. It works along with ttyio.c which is a proper part of libcommon. */ #include <config.h> |