X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPException.h;h=8a31bd3a4c8722a5b950a2be38c987f64ebe6ba4;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=b067a7083ec50bc93c5517de0a3a29da38764a59;hpb=9c1b3b247df9e0a15686f3c0c3a24bdaa7146e6f;p=openldap diff --git a/contrib/ldapc++/src/LDAPException.h b/contrib/ldapc++/src/LDAPException.h index b067a7083e..8a31bd3a4c 100644 --- a/contrib/ldapc++/src/LDAPException.h +++ b/contrib/ldapc++/src/LDAPException.h @@ -1,6 +1,6 @@ // $OpenLDAP$ /* - * Copyright 2000-2015 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2017 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -27,8 +27,8 @@ class LDAPException : public std::runtime_error /** * Constructs a LDAPException-object from the parameters * @param res_code A valid LDAP result code. - * @param err_string An addional error message for the error - * that happend (optional) + * @param err_string An additional error message for the error + * that happened (optional) */ LDAPException(int res_code, const std::string& err_string=std::string()) throw(); @@ -36,7 +36,7 @@ class LDAPException : public std::runtime_error /** * Constructs a LDAPException-object from the error state of a * LDAPAsynConnection-object - * @param lc A LDAP-Connection for that an error has happend. The + * @param lc A LDAP-Connection for that an error has happened. The * Constructor tries to read its error state. */ LDAPException(const LDAPAsynConnection *lc) throw(); @@ -58,7 +58,7 @@ class LDAPException : public std::runtime_error const std::string& getResultMsg() const throw(); /** - * @return The addional error message of the error (if it was set) + * @return The additional error message of the error (if it was set) */ const std::string& getServerMsg() const throw();