Fix typo in phpdbg help.

Sorry, I would have included this in the last push had I spotted it a
minute earlier.
This commit is contained in:
Adam Harvey 2016-05-25 12:47:16 -05:00
parent e623e91e27
commit 54eb659032

View 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