just a typo I found when reading.

This commit is contained in:
Gavin Henry 2008-04-07 17:19:23 +00:00
parent e720e064c6
commit 51be9d70fe

View File

@ -29,14 +29,14 @@ class LDAPSearchResults{
/** /**
* For internal use only. * For internal use only.
* *
* This method read Search result entries from a * This method reads Search result entries from a
* LDAPMessageQueue-object. * LDAPMessageQueue-object.
* @param msg The message queue to read * @param msg The message queue to read
*/ */
LDAPResult* readMessageQueue(LDAPMessageQueue* msg); 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 * result entries of the SEARCH-Operation. Every call of this
* method returns one entry. If all entries were read it return 0. * method returns one entry. If all entries were read it return 0.
* @throws LDAPReferralException If a Search Reference was * @throws LDAPReferralException If a Search Reference was