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;.