manuzhai                Sun Mar 24 19:30:54 2002 EDT

  Modified files:              
    /phpdoc/en/functions        http.xml 
  Log:
  Fixed some typos.
  
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.38 phpdoc/en/functions/http.xml:1.39
--- phpdoc/en/functions/http.xml:1.38   Tue Mar 12 09:38:07 2002
+++ phpdoc/en/functions/http.xml        Sun Mar 24 19:30:53 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.38 $ -->
+<!-- $Revision: 1.39 $ -->
  <reference id="ref.http">
   <title>HTTP functions</title>
   <titleabbrev>HTTP</titleabbrev>
@@ -66,7 +66,7 @@
        If you want to set the return status like this then you have to 
        make sure this is the very first header you send. Remember that
        <function>setcookie</function> uses <function>header</function> 
-       internaly and that the session functions might try to set a 
+       internally and that the session functions might try to set a 
        cookie, so these might interfere with setting a return status
        using <literal>header("HTTP ...")</literal>.
       </para>
@@ -159,7 +159,7 @@
     <para>
      Remember that <function>header</function> must be
      called before any actual output is sent, either by normal HTML
-     tags blank lines in a file, or from PHP. It is a very common
+     tags, blank lines in a file, or from PHP. It is a very common
      error to read code with <function>include</function>, or
      <function>require</function>, functions, or another file access
      function, and have spaces or empty lines that are output before
@@ -322,7 +322,7 @@
     <para>
      When deleting a cookie you should assure that the expiration date
      is in the past, to trigger the removal mechanism in your browser.
-     Examples follow how to delete cookies send in previous example:
+     Examples follow how to delete cookies sent in previous example:
      <example>
       <title><function>setcookie</function> delete examples</title>
       <programlisting role="php">


Reply via email to