]> granicus.if.org Git - php/commitdiff
Fix typo
authorYasuo Ohgaki <yohgaki@php.net>
Sun, 10 Feb 2002 02:27:09 +0000 (02:27 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Sun, 10 Feb 2002 02:27:09 +0000 (02:27 +0000)
ext/mbstring/mbstring.c

index dd819962b9b4fa5f5da398b17cb800776f05e737..898055de15e00668c722311c9a83238b73484928 100644 (file)
@@ -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,