]> granicus.if.org Git - php/commitdiff
Fix typo in phpdbg help.
authorAdam Harvey <aharvey@php.net>
Wed, 25 May 2016 17:47:16 +0000 (12:47 -0500)
committerAdam Harvey <aharvey@php.net>
Wed, 25 May 2016 17:47:35 +0000 (12:47 -0500)
Sorry, I would have included this in the last push had I spotted it a
minute earlier.

sapi/phpdbg/phpdbg_help.c

index 443e5c80000f05279c84d552ff86af21630a4aed..37dc54a0e970d12cf6866453eff5db2abedb051a 100644 (file)
@@ -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