From 51be9d70fee99a2b737d34b47f5cef01a1a365be Mon Sep 17 00:00:00 2001 From: Gavin Henry Date: Mon, 7 Apr 2008 17:19:23 +0000 Subject: [PATCH] just a typo I found when reading. --- contrib/ldapc++/src/LDAPSearchResults.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5