]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPException.h
ITS#8605 - spelling fixes
[openldap] / contrib / ldapc++ / src / LDAPException.h
index b067a7083ec50bc93c5517de0a3a29da38764a59..8a31bd3a4c8722a5b950a2be38c987f64ebe6ba4 100644 (file)
@@ -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();