1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Fix typos

This commit is contained in:
Volker Lendecke 2011-02-12 19:54:26 +01:00
parent 9331bc378d
commit 80accd3946
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1938,7 +1938,7 @@ static int check_password_restrictions(struct setup_password_fields_io *io)
ret = LDB_ERR_CONSTRAINT_VIOLATION;
ldb_asprintf_errstring(ldb,
"%08X: %s - check_password_restrictions: "
"the password does not meet the complexity criterias!",
"the password does not meet the complexity criteria!",
W_ERROR_V(WERR_PASSWORD_RESTRICTION),
ldb_strerror(ret));
io->ac->status->reject_reason = SAM_PWD_CHANGE_NOT_COMPLEX;