cvs: ZendEngine2 / zend_API.c
[email protected] ("Sebastian Bergmann")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvssebastian1203403937@cvsserver> |
sebastian Tue Feb 19 06:52:17 2008 UTC
Modified files:
/ZendEngine2 zend_API.c
Log:
Fugbix typo.
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.c?r1=1.463&r2=1.464&diff_format=u
Index: ZendEngine2/zend_API.c
diff -u ZendEngine2/zend_API.c:1.463 ZendEngine2/zend_API.c:1.464
--- ZendEngine2/zend_API.c:1.463 Sat Feb 9 21:22:22 2008
+++ ZendEngine2/zend_API.c Tue Feb 19 06:52:17 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_API.c,v 1.463 2008/02/09 21:22:22 helly Exp $ */
+/* $Id: zend_API.c,v 1.464 2008/02/19 06:52:17 sebastian Exp $ */
#include "zend.h"
#include "zend_execute.h"
@@ -2191,7 +2191,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;
}
}