dave Sun Sep 28 03:15:04 2003 EDT
Modified files:
/phpdoc/en/language variables.xml
/phpdoc/en/reference/http/functions setcookie.xml
/phpdoc/en/reference/xml/functions xml-parser-create-ns.xml
Log:
- s/seperate/separate/
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.69 phpdoc/en/language/variables.xml:1.70
--- phpdoc/en/language/variables.xml:1.69 Fri Aug 15 21:29:37 2003
+++ phpdoc/en/language/variables.xml Sun Sep 28 03:15:01 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
<chapter id="language.variables">
<title>Variables</title>
@@ -1002,7 +1002,7 @@
</informalexample>
<simpara>
- That will create two seperate cookies although MyCookie will now
+ That will create two separate cookies although MyCookie will now
be a single array in your script. If you want to set just one cookie
with multiple values, consider using <function>serialize</function> or
<function>explode</function> on the value first.
Index: phpdoc/en/reference/http/functions/setcookie.xml
diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.24
phpdoc/en/reference/http/functions/setcookie.xml:1.25
--- phpdoc/en/reference/http/functions/setcookie.xml:1.24 Wed Jun 18 05:26:18
2003
+++ phpdoc/en/reference/http/functions/setcookie.xml Sun Sep 28 03:15:02 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
<refentry id="function.setcookie">
<refnamediv>
@@ -189,7 +189,7 @@
<listitem>
<simpara>
Cookies names can be set as array names and will be available to your
- PHP scripts as arrays but seperate cookies are stored on the users
+ PHP scripts as arrays but separate cookies are stored on the users
system. Consider <function>explode</function> or
<function>serialize</function> to set one cookie with multiple names
and values.
Index: phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml
diff -u phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.6
phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.7
--- phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.6 Mon Jun 9
15:15:46 2003
+++ phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml Sun Sep 28 03:15:03
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.24 -->
<refentry id='function.xml-parser-create-ns'>
<refnamediv>
@@ -23,7 +23,7 @@
<para>
With a namespace aware parser tag parameters passed to the
various handler functions will consist of namespace and tag name
- seperated by the string specified in
+ separated by the string specified in
<parameter>seperator</parameter> or <literal>':'</literal> by
default.
</para>