Explorar o código

[ZF-9250]Spelling mistake - forth should be fourth

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21193 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp %!s(int64=16) %!d(string=hai) anos
pai
achega
9ddca4fc4e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      documentation/manual/en/module_specs/Zend_Filter.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Filter.xml

@@ -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>
@@ -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>