spelling fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283566 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-07-06 13:33:32 +00:00
parent 49747f6e5f
commit 7041ce0903

View file

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 1.2 $ -->
<refentry xml:id="filteriterator.accept" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>FilterIterator::accept</refname>
<refpurpose>Check whether the current element of the iterator is accessable.</refpurpose>
<refpurpose>Check whether the current element of the iterator is acceptable</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -14,7 +14,7 @@
<void/>
</methodsynopsis>
<para>
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.
</para>
</refsect1>
@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true; if the current element is accessable, otherwise &false;.
&true; if the current element is acceptable, otherwise &false;.
</para>
</refsect1>