]> granicus.if.org Git - php/commitdiff
Fix typo: inactivee => inactive
authorBob Weinand <bobwei9@hotmail.com>
Thu, 25 Sep 2014 20:01:31 +0000 (22:01 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 25 Sep 2014 20:01:31 +0000 (22:01 +0200)
phpdbg_prompt.c

index 6ab1aabbe3af0f4f1ec21f21f8d30e85b910f5fe..4eed3864761c4c32ce42fe9e1227e9a9ddd089c6 100644 (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;
        }