summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-02-10 02:27:09 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-02-10 02:27:09 +0000
commit7baa36c88559aaa0f4fe804376588c83b0355889 (patch)
treeba8f0ab5a64ca1f33c26e5c121080e305f0b70d9
parentb99e34196b17b1544c9e5693cdd123ff67dd97a6 (diff)
downloadphp-git-7baa36c88559aaa0f4fe804376588c83b0355889.tar.gz
Fix typo
-rw-r--r--ext/mbstring/mbstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c
index dd819962b9..898055de15 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -589,7 +589,7 @@ PHP_RINIT_FUNCTION(mbstring)
if (zend_hash_find(EG(function_table), p->orig_func,
strlen(p->orig_func)+1, (void **)&orig) != SUCCESS) {
- php_error(E_ERROR, "mbstring couldn't found function %s.", p->orig_func);
+ php_error(E_ERROR, "mbstring couldn't find function %s.", p->orig_func);
}
zend_hash_add(EG(function_table), p->save_func, strlen(p->save_func)+1, orig, sizeof(zend_function), NULL);
if (zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1,