dave Wed Mar 30 23:04:15 2005 EDT
Modified files:
/phpdoc/en/reference/dom/functions dom-domelement-construct.xml
/phpdoc/en/reference/filesystem/functions fgetcsv.xml
/phpdoc/en/reference/maxdb/functions maxdb-stmt-send-long-data.xml
/phpdoc/en/reference/sybase ini.xml
Log:
- Typos.
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-construct.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-construct.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-construct.xml:1.1
phpdoc/en/reference/dom/functions/dom-domelement-construct.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-construct.xml:1.1 Tue Mar
22 05:56:34 2005
+++ phpdoc/en/reference/dom/functions/dom-domelement-construct.xml Wed Mar
30 23:04:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id='function.dom-domelement-construct'>
<refnamediv>
<refname>DOMElement->__construct()</refname>
@@ -35,7 +35,7 @@
<listitem>
<para>
The tag name of the element. When also passing in namespaceURI, the
element name
- may take a prefix to be asociated with the uri.
+ may take a prefix to be associated with the URI.
</para>
</listitem>
</varlistentry>
@@ -51,7 +51,7 @@
<term><parameter>namespaceURI</parameter></term>
<listitem>
<para>
- A namespace uri to create the element within a specific namespace.
+ A namespace URI to create the element within a specific namespace.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fgetcsv.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.19
phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.20
--- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.19 Mon Mar 7
14:09:37 2005
+++ phpdoc/en/reference/filesystem/functions/fgetcsv.xml Wed Mar 30
23:04:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fgetcsv">
<refnamediv>
@@ -34,7 +34,7 @@
Must be greater than the longest line (in characters) to be found in
the CSV file
(allowing for trailing line-end characters). It became optional in
PHP 5. Omitting
this parameter (or setting it to 0 in PHP 5.0.4 and later) the
maximum line length
- is not limited, which is slighlty slower.
+ is not limited, which is slightly slower.
</simpara>
</listitem>
</varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml:1.3
phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml:1.3
Tue Mar 8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml Wed Mar
30 23:04:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.maxdb-stmt-send-long-data">
<refnamediv>
<refname>maxdb_stmt_send_long_data</refname>
@@ -36,7 +36,7 @@
</para>
<note>
<para>
- For efficency reasons, this function should be used after calling
+ For efficiency reasons, this function should be used after calling
<function>maxdb_execute</function>. In this case, the data is not
stored
on the client side. The end of the sequence must end with a call
to <function>maxdb_stmt_close_long_data</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sybase/ini.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/sybase/ini.xml
diff -u phpdoc/en/reference/sybase/ini.xml:1.13
phpdoc/en/reference/sybase/ini.xml:1.14
--- phpdoc/en/reference/sybase/ini.xml:1.13 Tue Feb 22 12:36:11 2005
+++ phpdoc/en/reference/sybase/ini.xml Wed Mar 30 23:04:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<section id="sybase.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -143,9 +143,9 @@
</term>
<listitem>
<para>
- Compatability mode with old versions of PHP 3.0. If on, this will cause
+ Compatibility mode with old versions of PHP 3.0. If on, this will cause
PHP to automatically assign types to results according to their Sybase
- type, instead of treating them all as strings. This compatability mode
+ type, instead of treating them all as strings. This compatibility mode
will probably not stay around forever, so try applying whatever
necessary changes to your code, and turn it off.
</para>