diff options
author | Adam Harvey <aharvey@php.net> | 2016-05-25 12:47:49 -0500 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2016-05-25 12:47:49 -0500 |
commit | c523dfdb49937e84154613ed0485147c94b7b2bd (patch) | |
tree | 06467bf6348320adf84fb4b6d4edf4b08af47e4e /sapi/phpdbg/phpdbg_help.c | |
parent | ac29f9de868f8f0aa5b1862c41f36d492f491d21 (diff) | |
parent | 54eb659032e23904393974ff610b6df97922c549 (diff) | |
download | php-git-c523dfdb49937e84154613ed0485147c94b7b2bd.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fix typo in phpdbg help.
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index 839f19100b..d01184b102 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -809,7 +809,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { }, {"run", -"Enter the vm, startinging execution. Execution will then continue until the next breakpoint " +"Enter the vm, starting execution. Execution will then continue until the next breakpoint " "or completion of the script. Add parameters you want to use as $argv" CR CR "**Examples**" CR CR |