From: Bob Weinand Date: Tue, 28 Oct 2014 12:55:56 +0000 (+0100) Subject: Typo (notfoundc => notfound) X-Git-Tag: php-5.6.3RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd8a70b1ee8889234be5e9dded768852f26c9c5e;p=php Typo (notfoundc => notfound) --- diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c index 262b265a2e..733d3cbe48 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -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);