cvs: ZendEngine2(PHP_5_3) / zend_API.c
[email protected] ("Sebastian Bergmann")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvssebastian1203403963@cvsserver> |
sebastian Tue Feb 19 06:52:43 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_API.c
Log:
MFH: Fugbix typo.
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.c?r1=1.296.2.27.2.34.2.29&r2=1.296.2.27.2.34.2.30&diff_format=u
Index: ZendEngine2/zend_API.c
diff -u ZendEngine2/zend_API.c:1.296.2.27.2.34.2.29 ZendEngine2/zend_API.c:1.296.2.27.2.34.2.30
--- ZendEngine2/zend_API.c:1.296.2.27.2.34.2.29 Sat Feb 9 21:22:31 2008
+++ ZendEngine2/zend_API.c Tue Feb 19 06:52:43 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_API.c,v 1.296.2.27.2.34.2.29 2008/02/09 21:22:31 helly Exp $ */
+/* $Id: zend_API.c,v 1.296.2.27.2.34.2.30 2008/02/19 06:52:43 sebastian Exp $ */
#include "zend.h"
#include "zend_execute.h"
@@ -1859,7 +1859,7 @@
if (!(scope->ce_flags & ZEND_ACC_INTERFACE)) {
/* Since the class is not an interface it needs to be declared as a abstract class. */
/* Since here we are handling internal functions only we can add the keyword flag. */
- /* This time we set the flag for the keyword 'abstratc'. */
+ /* This time we set the flag for the keyword 'abstract'. */
scope->ce_flags |= ZEND_ACC_EXPLICIT_ABSTRACT_CLASS;
}
}