X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPAsynConnection.h;h=17d0a8bb0a4a8814c8e4d0a8ab58ced903f2b9cf;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=9085731d0b1121f9ba23111304850e4faa8ed566;hpb=1d4e37652c04cde2bb283be466edb4bff3d8b404;p=openldap diff --git a/contrib/ldapc++/src/LDAPAsynConnection.h b/contrib/ldapc++/src/LDAPAsynConnection.h index 9085731d0b..17d0a8bb0a 100644 --- a/contrib/ldapc++/src/LDAPAsynConnection.h +++ b/contrib/ldapc++/src/LDAPAsynConnection.h @@ -1,6 +1,6 @@ // $OpenLDAP$ /* - * Copyright 2000-2015 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2018 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -62,8 +62,8 @@ class LDAPAsynConnection{ */ static const int SEARCH_SUB=2; - /** Construtor that initializes a connection to a server - * @param hostname Name (or IP-Adress) of the destination host + /** Constructor that initializes a connection to a server + * @param hostname Name (or IP-Address) of the destination host * @param port Port the LDAP server is running on * @param cons Default constraints to use with operations over * this connection @@ -111,7 +111,7 @@ class LDAPAsynConnection{ * error that occured. * This method does a simple (username, password) bind to the server. * Other, saver, authentcation methods are provided later - * @param dn the distiguished name to bind as + * @param dn the distinguished name to bind as * @param passwd cleartext password to use */ LDAPMessageQueue* bind(const std::string& dn="", @@ -196,7 +196,7 @@ class LDAPAsynConnection{ * @throws LDAPException If the Request could not be sent to the * destination server, a LDAPException-object contains the * error that occured. - * @param dn Distiguished Name of the Entry to modify + * @param dn Distinguished Name of the Entry to modify * @param modlist A set of modification that should be applied * to the Entry * @param cons A set of constraints that should be used with this @@ -232,7 +232,7 @@ class LDAPAsynConnection{ * error that occured. * @param oid The dotted decimal representation of the extended * Operation that should be performed - * @param value The data asociated with this operation + * @param value The data associated with this operation * @param cons A set of constraints that should be used with this * request */