From: Bob Weinand Date: Thu, 25 Sep 2014 20:01:31 +0000 (+0200) Subject: Fix typo: inactivee => inactive X-Git-Tag: php-5.6.3RC1~51^2~52^2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeb750895949df5781738a3b0dce7ea8a0c31768;p=php Fix typo: inactivee => inactive --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 6ab1aabbe3..4eed386476 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -370,7 +370,7 @@ int phpdbg_compile(TSRMLS_D) /* {{{ */ zend_file_handle fh; if (!PHPDBG_G(exec)) { - phpdbg_error("inactivee", "type=\"nocontext\"", "No execution context"); + phpdbg_error("inactive", "type=\"nocontext\"", "No execution context"); return SUCCESS; }