Fix typo: inactivee => inactive

This commit is contained in:
Bob Weinand 2014-09-25 22:01:31 +02:00
parent 6e698f1fa5
commit aeb7508959

View File

@ -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;
}