Skip to content
Snippets Groups Projects
Commit 51be9d70 authored by Gavin Henry's avatar Gavin Henry
Browse files

just a typo I found when reading.

parent e720e064
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment