Skip to content

Commit

Permalink
[ZF-9250]Spelling mistake - forth should be fourth
Browse files Browse the repository at this point in the history
git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21193 44c647ce-9c0f-0410-b52a-842ac1e357ba
  • Loading branch information
[email protected] committed Feb 24, 2010
1 parent 083bce6 commit 9ddca4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/manual/en/module_specs/Zend_Filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ echo Zend_Filter::filterStatic('"',
<title>Namespaces</title>

<para>
When working with self defined filters you can give a forth parameter
When working with self defined filters you can give a fourth parameter
to <methodname>Zend_Filter::filterStatic()</methodname> which is the namespace
where your filter can be found.
</para>
Expand Down Expand Up @@ -145,7 +145,7 @@ echo Zend_Filter::filterStatic('"', 'OtherFilter', array($parameters));
]]></programlisting>

<para>
For your convinience there are following methods which allow the handling of
For your convenience there are following methods which allow the handling of
namespaces:
</para>

Expand Down

0 comments on commit 9ddca4f

Please sign in to comment.