소스 검색

[DOCUMENTATION] English : several TYPOs : teh - the, usefull - useful, inhertitance - inheritance, eighter - either, speicified - specified

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19150 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 년 전
부모
커밋
3288a6ccd0

+ 2 - 2
documentation/manual/en/module_specs/Zend_Currency-Usage.xml

@@ -54,7 +54,7 @@ $currency = new Zend_Currency();
     </note>
 
     <para>
-        Depending on your needs, several parameters can be speicified at instantiation. Each of
+        Depending on your needs, several parameters can be specified at instantiation. Each of
         these parameters is optional and can be omitted. Even the order of the parameters can be
         switched. The meaning of each parameter is described in this list:
     </para>
@@ -262,7 +262,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
                 <para>
                     <emphasis>format</emphasis>: Defines the format which should be used for
                     displaying numbers. This number-format includes for example the thousand
-                    separator. You can eighter use a default format by giving a locale identifier,
+                    separator. You can either use a default format by giving a locale identifier,
                     or define the number-format manually. If no format is set the locale from the
                     <classname>Zend_Currency</classname> object will be used.
                 </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_File_Transfer-Introduction.xml

@@ -490,7 +490,7 @@ while (!$upload['done']) {
 
                 <listitem>
                     <para>
-                        <emphasis>message</emphasis>: The actual message. Eighter the progress as
+                        <emphasis>message</emphasis>: The actual message. Either the progress as
                         text in the form <emphasis>10kB / 200kB</emphasis>, or a helpful message
                         in the case of a problem. Problems could be, that there is no upload in
                         progress, that there was a failure while retrieving the data for the

+ 3 - 3
documentation/manual/en/module_specs/Zend_Filter-Decryption.xml

@@ -22,7 +22,7 @@
         </para>
 
         <para>
-            There is one emminent difference for you. When you did not provide a vector at
+            There is one eminent difference for you. When you did not provide a vector at
             encryption you need to get it after you encrypted the content by using the
             <methodname>getVector()</methodname> method on the encryption filter. Without the
             correct vector you will not be able to decrypt the content.
@@ -74,7 +74,7 @@ print $decrypted;
             <listitem>
                 <para>
                     <emphasis>private</emphasis>: Your private key which will be used for decrypting
-                    the content. The private key can be eighter a filename with path of the key
+                    the content. The private key can be either a filename with path of the key
                     file, or just the content of the key file itself.
                 </para>
             </listitem>
@@ -82,7 +82,7 @@ print $decrypted;
             <listitem>
                 <para>
                     <emphasis>envelope</emphasis>: The encrypted envelope key from the user who
-                    encrypted the content. You can eigther provide the path and filename of the key
+                    encrypted the content. You can either provide the path and filename of the key
                     file, or just the content of the key file itself.
                 </para>
             </listitem>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Filter-Encryption.xml

@@ -175,7 +175,7 @@ print $encrypted;
             <listitem>
                 <para>
                     <emphasis>private</emphasis>: Your private key which will be used for encrypting
-                    the content. Also the private key can be eighter a filename with path of the key
+                    the content. Also the private key can be either a filename with path of the key
                     file, or just the content of the key file itself.
                 </para>
             </listitem>

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

@@ -169,14 +169,14 @@ echo Zend_Filter::filterStatic('"', 'OtherFilter', array($parameters));
                     <para>
                         <emphasis><methodname>Zend_Filter::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.
+                        either a string for a single namespace of an array for multiple namespaces.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
                         <emphasis><methodname>Zend_Filter::addDefaultNamespaces()</methodname></emphasis>:
-                        Adds additional namespaces to already set ones. It accepts eighter a string
+                        Adds additional namespaces to already set ones. It accepts either a string
                         for a single namespace of an array for multiple namespaces.
                     </para>
                 </listitem>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml

@@ -6,7 +6,7 @@
     <para>The following methods are available on all vendor-specific subclasses.</para>
 
     <para>
-        <classname>Zend_Ldap_Node_RootDse</classname> includes the magic propery accessors
+        <classname>Zend_Ldap_Node_RootDse</classname> includes the magic property accessors
         <methodname>__get()</methodname> and <methodname>__isset()</methodname> to access the attributes by their
         name. They proxy to <methodname>Zend_Ldap_Node_RootDse::getAttribute()</methodname> and
         <methodname>Zend_Ldap_Node_RootDse::existsAttribute()</methodname> respectively.
@@ -112,7 +112,7 @@
                         (containing only array()) are treated as non-existent returning
                         <constant>FALSE</constant>. If <varname>$emptyExists</varname> is true empty
                         attributes are treated as existent returning <constant>TRUE</constant>. In
-                        this case teh method returns <constant>FALSE</constant> only if the
+                        this case the method returns <constant>FALSE</constant> only if the
                         attribute name is missing in the key-collection.
                     </entry>
                 </row>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node.xml

@@ -4,7 +4,7 @@
     <title>Zend_Ldap_Node</title>
 
     <para>
-        <classname>Zend_Ldap_Node</classname> includes the magic propery accessors
+        <classname>Zend_Ldap_Node</classname> includes the magic property accessors
         <methodname>__set()</methodname>, <methodname>__get()</methodname>, <methodname>__unset()</methodname> and
         <methodname>__isset()</methodname> to access the attributes by their name. They proxy to
         <methodname>Zend_Ldap_Node::setAttribute()</methodname>,
@@ -310,7 +310,7 @@
                         (containing only array()) are treated as non-existent returning
                         <constant>FALSE</constant>. If <varname>$emptyExists</varname> is true empty
                         attributes are treated as existent returning <constant>TRUE</constant>. In
-                        this case teh method returns <constant>FALSE</constant> only if the
+                        this case the method returns <constant>FALSE</constant> only if the
                         attribute name is missing in the key-collection.
                     </entry>
                 </row>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Locale-Functions.xml

@@ -1327,7 +1327,7 @@ if (Zend_Locale::isLocale($input)) {
         </para>
 
         <para>
-            Still it's sometimes usefull to prevent this automatic degrading, and this is where the second
+            Still it's sometimes useful to prevent this automatic degrading, and this is where the second
             parameter of <methodname>isLocale()</methodname> comes in place. The <code>strict</code> parameter defaults to
             <constant>FALSE</constant> and can be used to prevent degrading when set to <constant>TRUE</constant>.
         </para>

+ 3 - 3
documentation/manual/en/module_specs/Zend_Validate-Ip.xml

@@ -31,7 +31,7 @@ if ($validator->isValid($ip)) {
             <para>
                 Keep in mind that <classname>Zend_Validate_Ip</classname> only validates IP
                 addresses. Addresses like 'mydomain.com' or '192.168.50.1/index.html' are no valid
-                IP addresses. They are eighter hostnames or valid <acronym>URL</acronym>s but not IP
+                IP addresses. They are either hostnames or valid <acronym>URL</acronym>s but not IP
                 addresses.
             </para>
         </note>
@@ -51,7 +51,7 @@ if ($validator->isValid($ip)) {
         <title>Validate IPv4 or IPV6 alone</title>
 
         <para>
-            Sometimes it's usefull to validate only one of the supported formats. For example when
+            Sometimes it's useful to validate only one of the supported formats. For example when
             your network only supports IPv4. In this case it would be useless to allow IPv6 within
             this validator.
         </para>
@@ -59,7 +59,7 @@ if ($validator->isValid($ip)) {
         <para>
             To limit <classname>Zend_Validate_Ip</classname> to one protocol you can set the options
             <property>allowipv4</property> or <property>allowipv6</property> to
-            <constant>FALSE</constant>. You can do this eighter by giving the option to the
+            <constant>FALSE</constant>. You can do this either by giving the option to the
             constructor or by using <methodname>setOptions()</methodname> afterwards.
         </para>
 

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

@@ -294,14 +294,14 @@ if (Zend_Validate::is($value, 'OtherValidator', array('min' => 1, 'max' => 12))
                     <para>
                         <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.
+                        either a string for a single namespace of an array for multiple namespaces.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
                         <emphasis><methodname>Zend_Validate::addDefaultNamespaces()</methodname></emphasis>:
-                        Adds additional namespaces to already set ones. It accepts eighter a string
+                        Adds additional namespaces to already set ones. It accepts either a string
                         for a single namespace of an array for multiple namespaces.
                     </para>
                 </listitem>