mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
just a typo I found when reading.
This commit is contained in:
parent
e720e064c6
commit
51be9d70fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue