Browse Source

[DOCUMENTATION] English:

- small fix

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16340 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
aa2584cad3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      documentation/manual/en/module_specs/Zend_Validate.xml

+ 4 - 4
documentation/manual/en/module_specs/Zend_Validate.xml

@@ -285,14 +285,14 @@ if (Zend_Validate::is($value, 'OtherValidator', array(1, 12)) {
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis><methodname>Zend_Validator::getDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::getDefaultNamespaces()</methodname></emphasis>:
                         Returns all set default namespaces as array.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
-                        <emphasis><methodname>Zend_Validator::setDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::setDefaultNamespaces()</methodname></emphasis>:
                         Sets new default namespaces and overrides any previous set. It accepts
                         eighter a string for a single namespace of an array for multiple namespaces.
                     </para>
@@ -300,7 +300,7 @@ if (Zend_Validate::is($value, 'OtherValidator', array(1, 12)) {
 
                 <listitem>
                     <para>
-                        <emphasis><methodname>Zend_Validator::addDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::addDefaultNamespaces()</methodname></emphasis>:
                         Adds additional namespaces to already set ones. It accepts eighter a string
                         for a single namespace of an array for multiple namespaces.
                     </para>
@@ -308,7 +308,7 @@ if (Zend_Validate::is($value, 'OtherValidator', array(1, 12)) {
 
                 <listitem>
                     <para>
-                        <emphasis><methodname>Zend_Validator::hasDefaultNamespaces()</methodname></emphasis>:
+                        <emphasis><methodname>Zend_Validate::hasDefaultNamespaces()</methodname></emphasis>:
                         Returns true when one or more default namespaces are set, and false when no
                         default namespaces are set.
                     </para>