diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-06-29 11:28:44 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-06-29 11:28:44 +0200 |
commit | ef77d84061b0de674bdad80fa55f220a6b2f9e7d (patch) | |
tree | 9c6cf3a8c0614159d5450986a64a2776ec74ed55 /phpdbg_help.c | |
parent | debc20df808bc76976f9da95caaf5659775a009a (diff) | |
parent | 4ac89660306fe0e0a94173ce5b065b71e94ac525 (diff) | |
download | php-git-ef77d84061b0de674bdad80fa55f220a6b2f9e7d.tar.gz |
Merge pull request #102 from dshafik/fix-96
Fix typo in `finish` help
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index 58f995b5a9..9af6c1532d 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 " |