alindeman               Thu Mar 28 11:29:42 2002 EDT

  Modified files:              
    /phpdoc/en/faq      html.xml 
  Log:
  fixed a typo that I made while fixing typos :-)
  
  
Index: phpdoc/en/faq/html.xml
diff -u phpdoc/en/faq/html.xml:1.14 phpdoc/en/faq/html.xml:1.15
--- phpdoc/en/faq/html.xml:1.14 Thu Mar 28 11:02:28 2002
+++ phpdoc/en/faq/html.xml      Thu Mar 28 11:29:41 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
  <chapter id="faq.html">
   <title>PHP and HTML</title>
   <titleabbrev>PHP and HTML</titleabbrev>
@@ -54,7 +54,7 @@
       <note>
        <simpara>
         It is wrong to <function>urlencode</function>
-        <varname>$data</varname>, because it's the browsers reposibility to
+        <varname>$data</varname>, because it's the browsers resposibility to
         <function>urlencode</function> the data. All popular browsers do that
         correctly. Note that this will happen regardless of the method (i.e.,
         GET or POST). You'll only notice this in case of GET request though,


Reply via email to