summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2014-06-29 04:32:01 -0400
committerDavey Shafik <me@daveyshafik.com>2014-06-29 04:32:01 -0400
commit4ac89660306fe0e0a94173ce5b065b71e94ac525 (patch)
treedcb8bb7976e59d3c9615ce5b764b883b2f106285 /phpdbg_help.c
parent858b45d4ad86a9d1ec857e20cf8c8e33c15500c0 (diff)
downloadphp-git-4ac89660306fe0e0a94173ce5b065b71e94ac525.tar.gz
Fix typo in `finish` help
Fixes #96
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 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 "