didou Thu Aug 12 11:29:06 2004 EDT
Modified files:
/phpdoc/en/reference/objaggregation/functions
aggregate-properties-by-list.xml
/phpdoc/en/reference/oci8/functions oci-fetch-array.xml
/phpdoc/en/reference/var/functions get-defined-vars.xml
get-resource-type.xml
Log:
s/paramater/parameter
http://cvs.php.net/diff.php/phpdoc/en/reference/objaggregation/functions/aggregate-properties-by-list.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/objaggregation/functions/aggregate-properties-by-list.xml
diff -u
phpdoc/en/reference/objaggregation/functions/aggregate-properties-by-list.xml:1.4
phpdoc/en/reference/objaggregation/functions/aggregate-properties-by-list.xml:1.5
--- phpdoc/en/reference/objaggregation/functions/aggregate-properties-by-list.xml:1.4
Tue Mar 2 07:50:14 2004
+++ phpdoc/en/reference/objaggregation/functions/aggregate-properties-by-list.xml
Thu Aug 12 11:29:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.aggregate-properties-by-list">
<refnamediv>
<refname>aggregate_properties_by_list</refname>
@@ -18,7 +18,7 @@
</methodsynopsis>
<para>
Aggregates properties from a class to
- an existing object using a list of property names. The optional paramater
+ an existing object using a list of property names. The optional parameter
<parameter>exclude</parameter> is used to decide whether the list
contains the names of class properties to include in the aggregation (i.e.
<parameter>exclude</parameter> is &false;, which is the default value),
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-array.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-array.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.2
phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.2 Mon Jul 26 10:02:10
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-array.xml Thu Aug 12 11:29:06
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-fetch-array">
<refnamediv>
<refname>oci_fetch_array</refname>
@@ -24,7 +24,7 @@
</para>
&database.fetch-null;
<para>
- Optional second paramater can be any combination of the following
+ Optional second parameter can be any combination of the following
constants:
<simplelist>
<member>
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/get-defined-vars.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/var/functions/get-defined-vars.xml
diff -u phpdoc/en/reference/var/functions/get-defined-vars.xml:1.7
phpdoc/en/reference/var/functions/get-defined-vars.xml:1.8
--- phpdoc/en/reference/var/functions/get-defined-vars.xml:1.7 Mon Aug 2 05:32:14
2004
+++ phpdoc/en/reference/var/functions/get-defined-vars.xml Thu Aug 12 11:29:06
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.34 -->
<refentry id="function.get-defined-vars">
<refnamediv>
@@ -35,7 +35,7 @@
* e.g. /usr/local/bin/php */
echo $arr["_"];
-// print the command-line paramaters if any
+// print the command-line parameters if any
print_r($arr["argv"]);
// print all the server vars
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/get-resource-type.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/var/functions/get-resource-type.xml
diff -u phpdoc/en/reference/var/functions/get-resource-type.xml:1.5
phpdoc/en/reference/var/functions/get-resource-type.xml:1.6
--- phpdoc/en/reference/var/functions/get-resource-type.xml:1.5 Thu Dec 18 12:46:55
2003
+++ phpdoc/en/reference/var/functions/get-resource-type.xml Thu Aug 12 11:29:06
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.75 -->
<refentry id="function.get-resource-type">
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
This function returns a string representing the type of the
- <type>resource</type> passed to it. If the paramater is not a valid
+ <type>resource</type> passed to it. If the parameter is not a valid
<type>resource</type>, it generates an error.
</para>
<para>