Skip to content

Commit 54eb659

Browse files
committed
Fix typo in phpdbg help.
Sorry, I would have included this in the last push had I spotted it a minute earlier.
1 parent e623e91 commit 54eb659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg_help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
780780
},
781781

782782
{"run",
783-
"Enter the vm, startinging execution. Execution will then continue until the next breakpoint "
783+
"Enter the vm, starting execution. Execution will then continue until the next breakpoint "
784784
"or completion of the script. Add parameters you want to use as $argv" CR CR
785785

786786
"**Examples**" CR CR

0 commit comments

Comments
 (0)