diff --git a/source4/ldap_server/ldap_backend.c b/source4/ldap_server/ldap_backend.c index e37b87f62ee..9429ba1561f 100644 --- a/source4/ldap_server/ldap_backend.c +++ b/source4/ldap_server/ldap_backend.c @@ -922,7 +922,7 @@ reply: /* * This looks like duplicated code - because it is - but * otherwise the work in the parameters will be done - * regardless, this way the functions only execuate when the + * regardless, this way the functions only execute when the * log level is set. * * The basedn is re-obtained as a string to escape it diff --git a/source4/ldap_server/ldap_extended.c b/source4/ldap_server/ldap_extended.c index e6bf16384f0..ee617ee9b1a 100644 --- a/source4/ldap_server/ldap_extended.c +++ b/source4/ldap_server/ldap_extended.c @@ -186,7 +186,7 @@ NTSTATUS ldapsrv_ExtendedRequest(struct ldapsrv_call *call) /* * if the backend function returns an error we * need to send the reply otherwise the reply is already - * send and we need to return directly + * sent and we need to return directly */ status = extended_ops[i].fn(call, reply, &error_str); if (NT_STATUS_IS_OK(status)) {