From 81e1f70e52d5f8d5ebf1323b1a328240b3c00ecc Mon Sep 17 00:00:00 2001 From: krakjoe Date: Mon, 18 Nov 2013 12:09:01 +0000 Subject: [PATCH] change message, it's wrong --- phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 135d97fff0..a0f93a1016 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(); -- 2.40.0