summaryrefslogtreecommitdiff
path: root/ext/spl/spl.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-02-08 19:05:25 +0000
committerMarcus Boerger <helly@php.net>2005-02-08 19:05:25 +0000
commit2f9662d156e8bdeb949ef1a960f813fb6965b264 (patch)
tree987cc985f79b855172da218d83f0c0e6b10c76eb /ext/spl/spl.php
parente5fe40eac97a558c46aa0bd678676a3d64de2511 (diff)
downloadphp-git-2f9662d156e8bdeb949ef1a960f813fb6965b264.tar.gz
- Fix year and speling
Diffstat (limited to 'ext/spl/spl.php')
-rwxr-xr-xext/spl/spl.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php
index 9d1f013376..c54c22a21a 100755
--- a/ext/spl/spl.php
+++ b/ext/spl/spl.php
@@ -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