From: krakjoe Date: Mon, 18 Nov 2013 12:09:01 +0000 (+0000) Subject: change message, it's wrong X-Git-Tag: php-5.6.0alpha1~110^2~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81e1f70e52d5f8d5ebf1323b1a328240b3c00ecc;p=php change message, it's wrong --- 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();