From: Pierre Joye Date: Mon, 8 Jun 2009 21:17:12 +0000 (+0000) Subject: - typo X-Git-Tag: php-5.2.10RC2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a48b65d6f5fb844a32b7cd46808aeeb86565c20e;p=php - typo --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 9ac65f4324..d5a3461ec9 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -492,7 +492,7 @@ ZEND_FUNCTION(define) found = zend_hash_find(EG(class_table), class_name, p - name + 1, (void **) &ce); if (found != SUCCESS) { - zend_error(E_WARNING, "Class '%s' does not exists", class_name); + zend_error(E_WARNING, "Class '%s' does not exist", class_name); free_alloca_with_limit(class_name, use_heap); RETURN_FALSE; }