mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
fix minor spelling mistakes
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
@@ -302,7 +302,7 @@ int parse_request_data(struct berval *req_val, struct extdom_req **_req)
|
||||
|
||||
req = calloc(sizeof(struct extdom_req), 1);
|
||||
if (req == NULL) {
|
||||
/* Since we return req even in the case of an error we make sure is is
|
||||
/* Since we return req even in the case of an error we make sure it is
|
||||
* always safe to call free_req_data() on the returned data. */
|
||||
*_req = NULL;
|
||||
return LDAP_OPERATIONS_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user