diff options
Diffstat (limited to 'sapi')
-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 443e5c8000..37dc54a0e9 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -780,7 +780,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 |