summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-06-29 11:28:44 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-06-29 11:28:44 +0200
commitef77d84061b0de674bdad80fa55f220a6b2f9e7d (patch)
tree9c6cf3a8c0614159d5450986a64a2776ec74ed55 /phpdbg_help.c
parentdebc20df808bc76976f9da95caaf5659775a009a (diff)
parent4ac89660306fe0e0a94173ce5b065b71e94ac525 (diff)
downloadphp-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.c2
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 "