diff --git a/contrib/ldapc++/src/LDAPEntry.h b/contrib/ldapc++/src/LDAPEntry.h
index e62fb3a6eff52cdffa554b977d0d590b9e31ff18..bb16fe8c6be5c60550165a98d7ad880477c783d1 100644
--- a/contrib/ldapc++/src/LDAPEntry.h
+++ b/contrib/ldapc++/src/LDAPEntry.h
@@ -47,7 +47,7 @@ class LDAPEntry{
         ~LDAPEntry();
 
         /**
-         * Assingment operator
+         * Assignment operator
          */
         LDAPEntry& operator=(const LDAPEntry& from);
 
diff --git a/contrib/ldapc++/src/LDAPSearchResults.h b/contrib/ldapc++/src/LDAPSearchResults.h
index 05f27f020916a197a73440e67196ff47cfe9946e..a444415250d3216f68b162dc9d0e19f2b1fe893e 100644
--- a/contrib/ldapc++/src/LDAPSearchResults.h
+++ b/contrib/ldapc++/src/LDAPSearchResults.h
@@ -29,14 +29,14 @@ class LDAPSearchResults{
         /**
          * For internal use only.
          *
-         * This method read Search result entries from a
+         * This method reads Search result entries from a
          * LDAPMessageQueue-object.
          * @param msg The message queue to read
          */
         LDAPResult* readMessageQueue(LDAPMessageQueue* msg);
 
         /**
-         * The methode is used by the client-application to read the
+         * The method is used by the client-application to read the
          * result entries of the  SEARCH-Operation. Every call of this
          * method returns one entry. If all entries were read it return 0.
          * @throws LDAPReferralException  If a Search Reference was