fix minor spelling mistakes

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
René Genz
2017-05-19 09:52:46 +02:00
committed by Martin Basti
parent bdd88a3eab
commit a0566ed9ce
23 changed files with 66 additions and 58 deletions
@@ -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;