Przeglądaj źródła

[DOCUMENTATION] English : several TYPOs, seperate to separate. And some another TYPOs in Zend_Db_Adapter.xml

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18786 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 lat temu
rodzic
commit
b044409eb3

+ 5 - 5
documentation/manual/en/module_specs/Zend_Db_Adapter.xml

@@ -1150,8 +1150,8 @@ $n = $db->update('bugs', $data, 'bug_id = 2');
 
             <para>
                 If you provide an array of arrays as the third argument, the
-                the values will be automatically quoted into the keys. These 
-                will then be joined together as terms, seperated by 
+                values will be automatically quoted into the keys. These 
+                will then be joined together as terms, separated by 
                 <constant>AND</constant> operators.
             </para>
 
@@ -1173,7 +1173,7 @@ $n = $db->update('bugs', $data, $where);
 //  WHERE ("reported_by" = 'goofy') AND ("bug_status" = 'OPEN')
 ]]></programlisting>
             </example>
-            
+
             <example id="zend.db.adapter.write.update.example-arrayofarrays">
                 <title>Updating Rows Using an Array of Arrays</title>
                 <programlisting language="php"><![CDATA[
@@ -1237,8 +1237,8 @@ $n = $db->delete('bugs', 'bug_id = 3');
             
             <para>
                 If you provide an array of arrays as the second argument, the
-                the values will be automatically quoted into the keys. These 
-                will then be joined together as terms, seperated by 
+                values will be automatically quoted into the keys. These 
+                will then be joined together as terms, separated by 
                 <constant>AND</constant> operators.
             </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Gdata_Docs.xml

@@ -63,7 +63,7 @@ $feed = $docs->getDocumentListFeed();
  *     web browser.
  * @param string $originalFileName The name of the file to be uploaded. The
  *     MIME type of the file is determined from the extension on this file
- *     name. For example, test.csv is uploaded as a comma seperated volume
+ *     name. For example, test.csv is uploaded as a comma separated volume
  *     and converted into a spreadsheet.
  * @param string $temporaryFileLocation (optional) The file in which the
  *     data for the document is stored. This is used when the file has been

+ 1 - 1
documentation/manual/en/module_specs/Zend_Translate-Adapters.xml

@@ -29,7 +29,7 @@
                 </row>
                 <row>
                     <entry>Csv</entry>
-                    <entry>Use comma seperated (*.csv/*.txt) files</entry>
+                    <entry>Use comma separated (*.csv/*.txt) files</entry>
                     <entry>Simple text file format; fast; possible problems with unicode characters</entry>
                 </row>
                 <row>

+ 1 - 1
documentation/manual/en/ref/documentation-standard.xml

@@ -68,7 +68,7 @@
             <para>
                 The maximum line length, including tags, attributes, and indentation, is not to
                 exceed 100 characters. There is only one exception to this rule: attribute and value
-                pairs are allowed to exceed the 100 chars as they are not allowed to be seperated.
+                pairs are allowed to exceed the 100 chars as they are not allowed to be separated.
             </para>
         </sect2>
 

+ 1 - 1
documentation/manual/en/ref/requirements.xml

@@ -114,7 +114,7 @@
 
             <note>
                 <para>
-                    Even if it's possible to seperate single components for
+                    Even if it's possible to separate single components for
                     usage from the complete Zend Framework you should keep
                     in mind that this can lead to problems when files are missed
                     or components are used dynamically.