diff options
author | Neal H. Walfield <[email protected]> | 2015-03-19 10:14:52 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-03-23 18:58:30 +0000 |
commit | 096f4186c8cba7435105b4731b63aab953eb3ac7 (patch) | |
tree | 05a829ad75c5a257cb81c14ad5e650c8fed285d9 /dirmngr/ldap-wrapper.c | |
parent | Improve documenation of http_parse_uri. (diff) | |
download | gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.tar.gz gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.zip |
Improve spelling and grammar of some comments.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'dirmngr/ldap-wrapper.c')
-rw-r--r-- | dirmngr/ldap-wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap-wrapper.c b/dirmngr/ldap-wrapper.c index f2aaf59d0..558846830 100644 --- a/dirmngr/ldap-wrapper.c +++ b/dirmngr/ldap-wrapper.c @@ -630,7 +630,7 @@ reader_callback (void *cb_value, char *buffer, size_t count, size_t *nread) return 0; } -/* Fork and exec the LDAP wrapper and returns a new libksba reader +/* Fork and exec the LDAP wrapper and return a new libksba reader object at READER. ARGV is a NULL terminated list of arguments for the wrapper. The function returns 0 on success or an error code. |