From 2f9662d156e8bdeb949ef1a960f813fb6965b264 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 8 Feb 2005 19:05:25 +0000 Subject: [PATCH] - Fix year and speling --- ext/spl/spl.php | 6 +++--- 1 file 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 * here. * - * (c) Marcus Boerger, 2003 - 2004 + * (c) Marcus Boerger, 2003 - 2005 */ /** @defgroup ZendEngine Zend engine classes -- 2.50.1