Skip to content

Commit

Permalink
Fix typo in finish help
Browse files Browse the repository at this point in the history
Fixes #96
  • Loading branch information
dshafik committed Jun 29, 2014
1 parent 858b45d commit 4ac8966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdbg_help.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
{"finish",
"The **finish** command causes control to be passed back to the vm, continuing execution. Any "
"breakpoints that are encountered within the current stack frame will be skipped. Execution "
"will then continue until the next breakpoint after leaving the stack frame or unitil "
"will then continue until the next breakpoint after leaving the stack frame or until "
"completion of the script" CR CR

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

0 comments on commit 4ac8966

Please sign in to comment.