We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents debc20d + 4ac8966 commit ef77d84Copy full SHA for ef77d84
phpdbg_help.c
@@ -613,7 +613,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
613
{"finish",
614
"The **finish** command causes control to be passed back to the vm, continuing execution. Any "
615
"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 "
+"will then continue until the next breakpoint after leaving the stack frame or until "
617
"completion of the script" CR CR
618
619
"Note when **step**ping is enabled, any opcode steps within the current stack frame are also "
0 commit comments