Fix spelling and grammar mistakes

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@b6ba3e2#commitcomment-48946465

The action reports that the changes in this PR would make it happy: jsoref@602417c

Closes GH-6822.
This commit is contained in:
Josh Soref 2021-03-30 23:49:41 -04:00 committed by Nikita Popov
parent 02557e62c9
commit 462da6e09c
106 changed files with 248 additions and 245 deletions

View file

@ -575,8 +575,8 @@ static void sapi_update_response_code(int ncode)
}
/*
* since zend_llist_del_element only remove one matched item once,
* we should remove them by ourself
* since zend_llist_del_element only removes one matched item once,
* we should remove them manually
*/
static void sapi_remove_header(zend_llist *l, char *name, size_t len) {
sapi_header_struct *header;