summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-28 13:55:56 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-10-28 13:55:56 +0100
commitb24640f46317c6da2519f052f8647f5cfad6c438 (patch)
treeb9c1bbbb8984f2ff3f3637011a5751d9a889384a
parentb8dd98178cd7f1c62c98a5eb695afc15d3ae8bc1 (diff)
downloadphp-git-b24640f46317c6da2519f052f8647f5cfad6c438.tar.gz
Typo (notfoundc => notfound)
-rw-r--r--phpdbg_prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c
index 262b265a2e..733d3cbe48 100644
--- a/phpdbg_prompt.c
+++ b/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);