mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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
|
@ -788,7 +788,7 @@ static bool php_auto_globals_create_files(zend_string *name)
|
|||
return 0; /* don't rearm */
|
||||
}
|
||||
|
||||
/* Upgly hack to fix HTTP_PROXY issue, see bug #72573 */
|
||||
/* Ugly hack to fix HTTP_PROXY issue, see bug #72573 */
|
||||
static void check_http_proxy(HashTable *var_table)
|
||||
{
|
||||
if (zend_hash_str_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue