diff options
author | Werner Koch <[email protected]> | 2010-07-23 16:16:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-07-23 16:16:14 +0000 |
commit | a22c38baad4113ce477b2e312e0bec365c0bd6b3 (patch) | |
tree | bfa3cedf6beb152420e22687eed1f29bad758ab9 /dirmngr/ldapserver.h | |
parent | . (diff) | |
download | gnupg-a22c38baad4113ce477b2e312e0bec365c0bd6b3.tar.gz gnupg-a22c38baad4113ce477b2e312e0bec365c0bd6b3.zip |
Some work on the dirmngr
Diffstat (limited to 'dirmngr/ldapserver.h')
-rw-r--r-- | dirmngr/ldapserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/ldapserver.h b/dirmngr/ldapserver.h index eb1ab226d..6e5f163f4 100644 --- a/dirmngr/ldapserver.h +++ b/dirmngr/ldapserver.h @@ -27,8 +27,8 @@ void 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 lineis assumed to be - colon seprated with these fields: + or NULL in case of errors. The configuration line is assumed to be + colon separated with these fields: 1. field: Hostname 2. field: Portnumber |