From aeb750895949df5781738a3b0dce7ea8a0c31768 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 25 Sep 2014 22:01:31 +0200 Subject: [PATCH] Fix typo: inactivee => inactive --- phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 6ab1aabbe3a..4eed3864761 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; }