Skip to content

Commit ef77d84

Browse files
committed
Merge pull request #102 from dshafik/fix-96
Fix typo in `finish` help
2 parents debc20d + 4ac8966 commit ef77d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
613613
{"finish",
614614
"The **finish** command causes control to be passed back to the vm, continuing execution. Any "
615615
"breakpoints that are encountered within the current stack frame will be skipped. Execution "
616-
"will then continue until the next breakpoint after leaving the stack frame or unitil "
616+
"will then continue until the next breakpoint after leaving the stack frame or until "
617617
"completion of the script" CR CR
618618

619619
"Note when **step**ping is enabled, any opcode steps within the current stack frame are also "

0 commit comments

Comments
 (0)