svn: /pear/peardoc/trunk/en/ chapters/rfcs/cs-enhancements.xml package/html/html-template-flexy/configuration.xml package/html/html-template-flexy/intro.xml package/pear/pear-size/pear-size-output-CSV/display.xml package/pear/pear-size/pear-size-output-Text/display.xml package/structures/structures-datagrid/structures-datagrid/structures-datagrid.xml package/structures/structures-datagrid/structures-datagrid-datasource/csv.xml
[email protected] (Matthew Fonda) Fri, 17 Jun 2011 18:24:56 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
mfonda Fri, 17 Jun 2011 18:24:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312239
Log:
fix spelling of "separate" in a few more places
Changed paths:
U pear/peardoc/trunk/en/chapters/rfcs/cs-enhancements.xml
U pear/peardoc/trunk/en/package/html/html-template-flexy/configuration.xml
U pear/peardoc/trunk/en/package/html/html-template-flexy/intro.xml
U pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-CSV/display.xml
U pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-Text/display.xml
U pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid/structures-datagrid.xml
U pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid-datasource/csv.xml
Modified: pear/peardoc/trunk/en/chapters/rfcs/cs-enhancements.xml
===================================================================
--- pear/peardoc/trunk/en/chapters/rfcs/cs-enhancements.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/chapters/rfcs/cs-enhancements.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -280,7 +280,7 @@
<section xml:id="rfc.cs-enhancements.recommendations.readability">
<title>Readability of code blocks</title>
- <para>Related lines of code should be grouped into blocks, seperated
+ <para>Related lines of code should be grouped into blocks, separated
from each other to keep readability as high as possible. The definition
of "related" depends on the code :)</para>
@@ -299,7 +299,7 @@
}
?>]]></programlisting>
- <para>is a lot easier to read when seperated:</para>
+ <para>is a lot easier to read when separated:</para>
<programlisting role="php"><![CDATA[<?php
Modified: pear/peardoc/trunk/en/package/html/html-template-flexy/configuration.xml
===================================================================
--- pear/peardoc/trunk/en/package/html/html-template-flexy/configuration.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/package/html/html-template-flexy/configuration.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -175,7 +175,7 @@
regex (similar to Xipe's engine), Raw (For plain PHP files with no replacement or compiling)
and Standard (depreciated).
You can use this field to load your own engines, either based
- Off the core code, or totally seperate..
+ Off the core code, or totally separate..
</para>
</listitem>
@@ -220,7 +220,7 @@
</term>
<listitem>
<para>
- an array or comma seperated string of filters ONLY USED BY THE Regex backend,
+ an array or comma separated string of filters ONLY USED BY THE Regex backend,
available filters are: BodyOnly (strip everything before and after body tag),
Mail (add an extra line break after php tags.),
Php (removes php code, not very reliably),
@@ -301,7 +301,7 @@
<a href
and xul stylesheet urls. The format is
"match/original:new/url, match/another/original:new/url"
- each combo is seperated by a comma, and the colon seperates the pair.
+ each combo is separated by a comma, and the colon separates the pair.
This helps previewing templates without using the engine.
</para>
</listitem>
Modified: pear/peardoc/trunk/en/package/html/html-template-flexy/intro.xml
===================================================================
--- pear/peardoc/trunk/en/package/html/html-template-flexy/intro.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/package/html/html-template-flexy/intro.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -252,7 +252,7 @@
this is number 2 : {numbers[2]}
- <?php /* note that full stops seperate object and variables or methods */ ?>
+ <?php /* note that full stops separate object and variables or methods */ ?>
This is a {anObject.member}
Modified: pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-CSV/display.xml
===================================================================
--- pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-CSV/display.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-CSV/display.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -28,7 +28,7 @@
<refsection xml:id="package.pear.pear-size.pear-size-output-CSV.display.desc">
&title.desc;
<para>
- Display text in CSV (comma seperated) format.
+ Display text in CSV (comma separated) format.
</para>
</refsection>
Modified: pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-Text/display.xml
===================================================================
--- pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-Text/display.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/package/pear/pear-size/pear-size-output-Text/display.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -28,7 +28,7 @@
<refsection xml:id="package.pear.pear-size.pear-size-output-Text.display.desc">
&title.desc;
<para>
- Display text in Text (comma seperated) format.
+ Display text in Text (comma separated) format.
</para>
</refsection>
Modified: pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid/structures-datagrid.xml
===================================================================
--- pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid/structures-datagrid.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid/structures-datagrid.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -35,7 +35,7 @@
</refsynopsisdiv>
<refsection xml:id="package.structures.structures-datagrid.structures-datagrid.structures-datagrid.desc">
&title.desc;
- <para>Builds the DataGrid class. The Core functionality and Renderer are seperated for maintainability and to keep cohesion high.</para>
+ <para>Builds the DataGrid class. The Core functionality and Renderer are separated for maintainability and to keep cohesion high.</para>
</refsection>
<refsection xml:id="package.structures.structures-datagrid.structures-datagrid.structures-datagrid.param">
&title.param;
Modified: pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid-datasource/csv.xml
===================================================================
--- pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid-datasource/csv.xml 2011-06-17 18:23:32 UTC (rev 312238)
+++ pear/peardoc/trunk/en/package/structures/structures-datagrid/structures-datagrid-datasource/csv.xml 2011-06-17 18:24:56 UTC (rev 312239)
@@ -2,7 +2,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="package.structures.structures-datagrid.structures-datagrid-datasource.csv">
<refnamediv>
<refname>Structures_DataGrid_DataSource_CSV</refname>
- <refpurpose>Comma Seperated Value (CSV) Data Source Driver</refpurpose>
+ <refpurpose>Comma Separated Value (CSV) Data Source Driver</refpurpose>
</refnamediv>
<refsection xml:id="package.structures.structures-datagrid.structures-datagrid-datasource.csv.desc"><info><title>Description</title></info>