]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPException.h
- some code cleanups
[openldap] / contrib / ldapc++ / src / LDAPException.h
index be4873a534da85c1248ecaa89c9a21d8b8d0a562..09d94f4ab5633596ba43cb6e0a911e1e44890dc4 100644 (file)
@@ -22,7 +22,7 @@ class LDAPException{
         /**
          * Constructs a LDAPException-object from the parameters
          * @param res_code A valid LDAP result code.
-         * @param err_std::string    An addional error message for the error
+         * @param err_string    An addional error message for the error
          *                      that happend (optional)
          */
                LDAPException(int res_code, const std::string& err_string=std::string());