andi Wed Mar 23 20:11:11 2005 EDT
Modified files:
/php-src/main main.c
Log:
- Fix typos
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.621&r2=1.622&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.621 php-src/main/main.c:1.622
--- php-src/main/main.c:1.621 Wed Mar 23 02:54:22 2005
+++ php-src/main/main.c Wed Mar 23 20:11:11 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.621 2005/03/23 07:54:22 helly Exp $ */
+/* $Id: main.c,v 1.622 2005/03/24 01:11:11 andi Exp $ */
/* {{{ includes
*/
@@ -659,11 +659,11 @@
break;
case E_NOTICE:
case E_USER_NOTICE:
- /* notices are no errors and are not treated as
such like E_WARNIGNS */
+ /* notices are no errors and are not treated as
such like E_WARNINGS */
break;
default:
/* throw an exception if we are in EH_THROW mode
- * but DO NOT overwrite a pending excepption
+ * but DO NOT overwrite a pending exception
*/
if (PG(error_handling) == EH_THROW &&
!EG(exception)) {
zend_throw_error_exception(PG(exception_class), buffer, 0, type TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php