From: Gavin Henry Date: Mon, 7 Apr 2008 17:19:23 +0000 (+0000) Subject: just a typo I found when reading. X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51be9d70fee99a2b737d34b47f5cef01a1a365be;p=openldap just a typo I found when reading. --- 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