dave Sun Jul 11 11:41:38 2004 EDT
Modified files:
/phpdoc/en/reference/http/functions setrawcookie.xml
Log:
- Fix #29094
http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/setrawcookie.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/http/functions/setrawcookie.xml
diff -u phpdoc/en/reference/http/functions/setrawcookie.xml:1.1
phpdoc/en/reference/http/functions/setrawcookie.xml:1.2
--- phpdoc/en/reference/http/functions/setrawcookie.xml:1.1 Sat Feb 7 13:56:34
2004
+++ phpdoc/en/reference/http/functions/setrawcookie.xml Sun Jul 11 11:41:38 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
<refentry id="function.setrawcookie">
<refnamediv>
@@ -20,7 +20,7 @@
<para>
<function>setrawcookie</function> is exactly the same as
<function>setcookie</function> except that the cookie value will not
- automaticall be urlencoded when send to the browser.
+ be automatically urlencoded when sent to the browser.
</para>
<para>
See also <function>header</function>, <function>setcookie</function> and the