From 4ac89660306fe0e0a94173ce5b065b71e94ac525 Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Sun, 29 Jun 2014 04:32:01 -0400 Subject: Fix typo in `finish` help Fixes #96 --- phpdbg_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpdbg_help.c') diff --git a/phpdbg_help.c b/phpdbg_help.c index f2d074ded6..7856e1554a 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -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 " -- cgit v1.2.1