From 5b29b176db1e8103b72edfe3ad8a7500115e5082 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Tue, 15 Apr 2008 01:30:47 +0000
Subject: [PATCH] typo fixes

---
 contrib/ldapc++/src/LDAPEntry.h         | 2 +-
 contrib/ldapc++/src/LDAPSearchResults.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/ldapc++/src/LDAPEntry.h b/contrib/ldapc++/src/LDAPEntry.h
index e62fb3a6ef..bb16fe8c6b 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 05f27f0209..a444415250 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
-- 
GitLab