mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
02557e62c9
commit
462da6e09c
106 changed files with 248 additions and 245 deletions
|
@ -63,7 +63,7 @@ typedef struct php_http_parser_settings php_http_parser_settings;
|
|||
* HEAD request which may contain 'Content-Length' or 'Transfer-Encoding:
|
||||
* chunked' headers that indicate the presence of a body.
|
||||
*
|
||||
* http_data_cb does not return data chunks. It will be call arbitrarally
|
||||
* http_data_cb does not return data chunks. It will be call arbitrarily
|
||||
* many times for each string. E.G. you might get 10 callbacks for "on_path"
|
||||
* each providing just a few characters more data.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue