Просмотр исходного кода

[DOCUMENTATION] English:

-  manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16166 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
25d058ef99

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

@@ -486,7 +486,7 @@ $select = $db->select()
             <para>
                 The second argument to <code>join()</code> is a string that is the join condition.
                 This is an expression that declares the criteria by which rows in one table match
-                rows in the the other table. You can use correlation names in this expression.
+                rows in the other table. You can use correlation names in this expression.
             </para>
 
             <note>
@@ -1023,7 +1023,7 @@ $select = $db->select()
 
             <para>
                 Like in the <code>from()</code> and <code>group()</code> methods, column names are
-                quoted as identifiers, unless they contain contain parentheses or are an object of
+                quoted as identifiers, unless they contain parentheses or are an object of
                 type <classname>Zend_Db_Expr</classname>.
             </para>
 

+ 3 - 3
documentation/manual/en/module_specs/Zend_Db_Table-Relationships.xml

@@ -554,7 +554,7 @@ $row->findManyToManyRowset($table,
 
         <para>
             The second argument <varname>$intersectionTable</varname> can be a string that specifies
-            the intersection table between the two tables in the the many-to-many relationship by
+            the intersection table between the two tables in the many-to-many relationship by
             its class name. You can also specify the intersection table by using an object of that
             table class.
         </para>
@@ -564,7 +564,7 @@ $row->findManyToManyRowset($table,
             <title>Fetching a Rowset with the Many-to-many Method</title>
 
             <para>
-                This example shows getting a Row object from from the origin table
+                This example shows getting a Row object from the origin table
                 <code>Bugs</code>, and finding rows from the destination table
                 <code>Products</code>, representing products related to that bug.
             </para>
@@ -616,7 +616,7 @@ $productsRowset = $bug1234->findManyToManyRowset('Products',
             <title>Fetching a Rowset with the Many-to-many Method By a Specific Rule</title>
 
             <para>
-                This example shows geting a Row object from from the origin table
+                This example shows geting a Row object from the origin table
                 <code>Bugs</code>, and finding rows from the destination table
                 <code>Products</code>, representing products related to that bug.
             </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Dojo-Data.xml

@@ -82,7 +82,7 @@ $data->addItems($someMoreItems);
             <title>Always use an identifier!</title>
 
             <para>
-                Every dojo.data data store requires that the identifier column
+                Every dojo.data datastore requires that the identifier column
                 be provided as metadata, including <classname>Zend_Dojo_Data</classname>. In fact,
                 if you attempt to add items without an identifier, it will raise an exception.
             </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Feed-ConsumingRss.xml

@@ -124,7 +124,7 @@ foreach ($channel as $item) {
             </listitem>
             <listitem>
                 <para>
-                    <code>category</code> - One more more categories that the item belongs to
+                    <code>category</code> - One more categories that the item belongs to
                 </para>
             </listitem>
             <listitem>

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

@@ -1062,7 +1062,7 @@ $upload->addValidator('Md5',
         <itemizedlist>
             <listitem>
                 <para>
-                    <code>*</code>: Sets any key or use a numeric array. Sets the MIME type type to
+                    <code>*</code>: Sets any key or use a numeric array. Sets the MIME type to
                     validate against.
                 </para>
 

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

@@ -99,7 +99,7 @@
 
         <para>
             Before creating an instance of Zend_Filter_Input, declare an
-            array of filter rules and and an array of validator rules.
+            array of filter rules and an array of validator rules.
             This associative array maps a rule name to a filter or
             validator or a chain of filters or validators.
         </para>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Loader-Autoloader.xml

@@ -447,7 +447,7 @@ $autoloader->pushAutoloader($foo, 'Foo_');
                             </para></listitem>
                         </itemizedlist></entry>
                         <entry><para>
-                            Remove a concrete autoloader implementation from the
+                            Remove a concrete autoloader implementation from
                             the internal autoloader stack. If a namespace or
                             namespaces are provided, the callback will be
                             removed from that namespace or namespaces only.

+ 1 - 1
documentation/manual/en/module_specs/Zend_Memory-MemoryObjects.xml

@@ -192,7 +192,7 @@ public function lock();
                 It should be used to prevent swapping of some objects you choose.
                 Normally, this is not necessary, because the memory manager uses
                 an intelligent algorithm to choose candidates for swapping.
-                But if you exactly know, that at at this part of code some
+                But if you exactly know, that at this part of code some
                 objects should not be swapped, you may lock them.
             </para>
 

+ 6 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-Searching.xml

@@ -232,7 +232,12 @@ Zend_Search_Lucene::setResultSetLimit($newLimit);
         </para>
 
         <para>
-            It doesn't give the 'best N' results, but only the 'first N'<footnote><para>Returned hits are still ordered by score or by the the specified order, if given.</para></footnote>.
+            It doesn't give the 'best N' results, but only the 'first N'
+            <footnote>
+                <para>
+                    Returned hits are still ordered by score or by the specified order, if given.
+                </para>
+            </footnote>.
         </para>
     </sect2>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_StrikeIron-Overview.xml

@@ -32,7 +32,7 @@
         </para>
 
         <para>
-          Each StrikeIron web service service shares a standard SOAP (and REST)
+          Each StrikeIron web service shares a standard SOAP (and REST)
           API, making it easy to integrate and manage multiple services.
           StrikeIron also manages customer billing for all services in a single
           account, making it perfect for solution providers. Get

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

@@ -25,7 +25,7 @@
     <para>
         To group multiple items together, <classname>Zend_Tag_ItemList</classname> exists
         as an array iterator and provides additional functionallity to calculate
-        absolute weight values based on on the given relative weights of each
+        absolute weight values based on the given relative weights of each
         item in it.
     </para>
 

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

@@ -6,7 +6,7 @@
 
     <para>
         <classname>Zend_Tag_Cloud</classname> is the rendering part of
-        <classname>Zend_Tag</classname>. By default it comes with with a set of HTML
+        <classname>Zend_Tag</classname>. By default it comes with a set of HTML
         decorators, which allow you to create tag clouds for a website, but
         also supplies you with two abstract classes to create your own
         decorators, to create tag clouds in PDF documents for example.

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

@@ -90,7 +90,7 @@
         </itemizedlist>
 
         <para>
-            <classname>Zend_TimeSync</classname> may provide a good solution solution in all of these cases and can be used if you are
+            <classname>Zend_TimeSync</classname> may provide a good solution in all of these cases and can be used if you are
             unable to run any services on your server.
         </para>