]> granicus.if.org Git - php/commitdiff
Typo (notfoundc => notfound)
authorBob Weinand <bobwei9@hotmail.com>
Tue, 28 Oct 2014 12:55:56 +0000 (13:55 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Tue, 28 Oct 2014 16:25:46 +0000 (17:25 +0100)
sapi/phpdbg/phpdbg_prompt.c

index 262b265a2e9d075693b2759390f374f061bd49c2..733d3cbe48abc48deed381e344c6b052a96244b4 100644 (file)
@@ -1132,7 +1132,7 @@ PHPDBG_COMMAND(register) /* {{{ */
 
                        phpdbg_notice("register", "function=\"%s\"", "Registered %s", lcname);
                } else {
-                       phpdbg_error("register", "type=\"notfoundc\" function=\"%s\"", "The requested function (%s) could not be found", param->str);
+                       phpdbg_error("register", "type=\"notfound\" function=\"%s\"", "The requested function (%s) could not be found", param->str);
                }
        } else {
                phpdbg_error("register", "type=\"inuse\" function=\"%s\"", "The requested name (%s) is already in use", lcname);