diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/tldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index 775d9ad817..71afab9a6e 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -506,7 +506,7 @@ static bool tldap_msg_set_pending(struct tevent_req *req) } /* - * We're the first ones, add the read_ldap request that waits for the + * We're the first one, add the read_ldap request that waits for the * answer from the server */ subreq = read_ldap_send(ld->pending, state->ev, ld->conn); |