]> granicus.if.org Git - php/commitdiff
- Fix year and speling
authorMarcus Boerger <helly@php.net>
Tue, 8 Feb 2005 19:05:25 +0000 (19:05 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 8 Feb 2005 19:05:25 +0000 (19:05 +0000)
ext/spl/spl.php

index 9d1f01337646d25e774912838c3160f308e3facc..c54c22a21a8ff477fb0fd6eaa4607261231e01c3 100755 (executable)
@@ -6,7 +6,7 @@
  *
  * SPL - Standard PHP Library
  *
- * (c) Marcus Boerger, 2003 - 2004
+ * (c) Marcus Boerger, 2003 - 2005
  */
 
 /** @mainpage SPL - Standard PHP Library
@@ -69,7 +69,7 @@
  *
  * 5) Counting
  *
- * - interface Counable allows to hook into the standard array function count().
+ * - interface Countable allows to hook into the standard array function count().
  *
  * 6) Exceptions
  *
@@ -98,7 +98,7 @@
  * You can download this documentation as a chm file 
  * <a href="http://php.net/~helly/php/ext/spl/spl.chm">here</a>.
  *
- * (c) Marcus Boerger, 2003 - 2004
+ * (c) Marcus Boerger, 2003 - 2005
  */
 
 /** @defgroup ZendEngine Zend engine classes