diff options
author | Werner Koch <[email protected]> | 2019-11-07 16:41:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-11-07 16:41:19 +0000 |
commit | 2b9d399cf0c7c4271c2d9d8dda44f0322fa511a8 (patch) | |
tree | eec9f6ee8855de94f78bd4646adf4fb580be461e /dirmngr/ldapserver.c | |
parent | doc: Improved description of status PLAINTEXT_LENGTH. (diff) | |
download | gnupg-2b9d399cf0c7c4271c2d9d8dda44f0322fa511a8.tar.gz gnupg-2b9d399cf0c7c4271c2d9d8dda44f0322fa511a8.zip |
doc: Document gpgsm's --keyserver option.
--
Also fix a few related entries.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'dirmngr/ldapserver.c')
-rw-r--r-- | dirmngr/ldapserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldapserver.c b/dirmngr/ldapserver.c index 16e13e2fe..913e94f16 100644 --- a/dirmngr/ldapserver.c +++ b/dirmngr/ldapserver.c @@ -48,7 +48,7 @@ ldapserver_list_free (ldap_server_t servers) /* Parse a single LDAP server configuration line. Returns the server or NULL in case of errors. The configuration line is assumed to be - colon seprated with these fields: + colon separated with these fields: 1. field: Hostname 2. field: Portnumber |