From 7041ce0903156227e244f84cb65411cbadc16065 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 6 Jul 2009 13:33:32 +0000 Subject: [PATCH] spelling fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283566 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/filteriterator/accept.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/spl/filteriterator/accept.xml b/reference/spl/filteriterator/accept.xml index a6f95d85f1..227c0f995c 100644 --- a/reference/spl/filteriterator/accept.xml +++ b/reference/spl/filteriterator/accept.xml @@ -1,9 +1,9 @@ - - + + FilterIterator::accept - Check whether the current element of the iterator is accessable. + Check whether the current element of the iterator is acceptable @@ -14,7 +14,7 @@ - Returns whether the current element of the iterator is accessable trough this filter. + Returns whether the current element of the iterator is acceptable trough this filter. @@ -26,7 +26,7 @@ &reftitle.returnvalues; - &true; if the current element is accessable, otherwise &false;. + &true; if the current element is acceptable, otherwise &false;.