mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -947,7 +947,7 @@ do_repeat:
|
|||
is_ps_title_available() == PS_TITLE_SUCCESS,
|
||||
CONST_CS, 0);
|
||||
|
||||
*arg_excp = arg_free; /* reconstuct argv */
|
||||
*arg_excp = arg_free; /* reconstruct argv */
|
||||
|
||||
if (hide_argv) {
|
||||
int i;
|
||||
|
@ -1338,7 +1338,7 @@ exit_loop:
|
|||
/* startup after we get the above ini override se we get things right */
|
||||
if (sapi_module->startup(sapi_module) == FAILURE) {
|
||||
/* there is no way to see if we must call zend_ini_deactivate()
|
||||
* since we cannot check if EG(ini_directives) has been initialised
|
||||
* since we cannot check if EG(ini_directives) has been initialized
|
||||
* because the executor's constructor does not set initialize it.
|
||||
* Apart from that there seems no need for zend_ini_deactivate() yet.
|
||||
* So we goto out_err.*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue