diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 135d97fff04..a0f93a10163 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -435,7 +435,7 @@ static PHPDBG_COMMAND(run) /* {{{ */ EG(return_value_ptr_ptr) = orig_retval_ptr; if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { - phpdbg_error("Caught excetion in VM"); + phpdbg_error("Caught exit/error from VM"); goto out; } } zend_end_try();