]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPMessage.h
ITS#8605 - spelling fixes
[openldap] / contrib / ldapc++ / src / LDAPMessage.h
index df669637fc6bc7d42c699c9439a7a13293abe07a..c99598b0f57614906f1d6beb1e56ad9600b4b42b 100644 (file)
@@ -46,7 +46,7 @@ class LDAPMsg{
         static const int EXTENDED_REQUEST=LDAP_REQ_EXTENDED;
        
         /**
-         * The destructor has no implemenation, because this is an abstract
+         * The destructor has no implementation, because this is an abstract
          * class.
          */
         virtual ~LDAPMsg() {}
@@ -81,7 +81,7 @@ class LDAPMsg{
          *          DEL_RESPONSE       <BR>  
          *          MODDN_RESPONSE     <BR>    
          *          COMPARE_RESPONSE   <BR>
-         *          EXTENDED_REPONSE   <BR>      
+         *          EXTENDED_RESPONSE   <BR>
          */
         int getMessageType();