dbs Thu Jul 28 15:45:26 2005 EDT
Modified files:
/phpdoc/en/reference/sdo reference.xml
Log:
Fix typos and small grammatical thingies.
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo/reference.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.9
phpdoc/en/reference/sdo/reference.xml:1.10
--- phpdoc/en/reference/sdo/reference.xml:1.9 Thu Jul 28 07:50:27 2005
+++ phpdoc/en/reference/sdo/reference.xml Thu Jul 28 15:45:25 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<reference id="ref.sdo">
<title>SDO Functions</title>
@@ -78,7 +78,7 @@
can do so by following steps described below.
</para>
<procedure id='sdo.installation.linux.steps'>
- <title>Linux intallation steps</title>
+ <title>Linux installation steps</title>
<para>
The following instructions describe how to install the
SDO extension on Linux. Note, these steps will also install the
@@ -874,8 +874,8 @@
from the sequence (Note: <function>unset</function> currently
leaves the values in the data object, but this behaviour is
likely to change to also remove the data from the data object).
- Sequence behaves like a contiguous list and therefore removing
- from the middle results in entries at higher indices being shifted
+ A sequence behaves like a contiguous list; therefore, removing
+ items from the middle will shift entries at higher indices
down. The following example tests to see if the first sequence
element is set and unsets it if is.
</para>
@@ -897,7 +897,7 @@
<section id='sdo.classes'>
&reftitle.classes;
<para>
- SDO consists of two set of interfaces. The first set covers those
+ SDO consists of two sets of interfaces. The first set covers those
interfaces for use by SDO client applications. These are identified by
the package prefix 'SDO_'. The second set is those for use by Data
Access Service implementations and are identified by the package prefix
@@ -930,7 +930,7 @@
<listitem>
<para>
<link linkend='function.SDO-DataObject-getSequence'>
- getSequnece
+ getSequence
</link> - get the sequence for the data object
</para>
</listitem>
@@ -972,11 +972,11 @@
<classname>SDO_Sequence</classname>
</title>
<para>
- The interface through which sequenced data objects can be accessed in
- order to preserve ordering across a data object's properties and
+ The interface through which sequenced data objects can be accessed
+ to preserve ordering across a data object's properties and
to allow unstructured text.
SDO_Sequence preserves contiguous indices and therefore inserting
- or removing elements may results in other elements shifted up or
+ or removing elements may shift other elements up or
down. In addition to the methods below, SDO_Sequence extends the
ArrayAccess, Iterator and Countable interface.
</para>
@@ -1022,9 +1022,9 @@
<para>
The interface through which many-valued properties are manipulated.
In addition to the method defined below, SDO_List extends ArrayAccess,
- Iterator and Coutable. SDO_List preserves contiguous indices and
- therefore inserting or removing elements may results in other elements
- shifted up or down.
+ Iterator and Countable. SDO_List preserves contiguous indices and
+ therefore inserting or removing elements may shift other elements
+ up or down.
</para>
<section id='sdo.class.SDO-List.methods'>
&reftitle.methods;
@@ -1111,7 +1111,7 @@
</para>
<para>
If logging is no longer active
- then the change summary only hold changes made up to the point when
+ then the change summary only holds changes made up to the point when
logging was deactivated.
Reactivating logging clears the change summary.
This is useful when a set of changes have been written out by a