irc-html                Wed Jan  9 19:43:33 2002 EDT

  Modified files:              
    /phpdoc/en/functions        curl.xml cybermut.xml datetime.xml dbm.xml 
  Log:
  corrected spelling errors
  
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.23 phpdoc/en/functions/curl.xml:1.24
--- phpdoc/en/functions/curl.xml:1.23   Sun Jan  6 13:38:48 2002
+++ phpdoc/en/functions/curl.xml        Wed Jan  9 19:43:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <reference id="ref.curl">
   <title>CURL, Client URL Library Functions</title>
   <titleabbrev>CURL</titleabbrev>
@@ -200,7 +200,7 @@
        <simpara>
         <parameter>CURLOPT_FAILONERROR</parameter>: Set this option to
         a non-zero value if you want PHP to fail silently if the HTTP
-        code returned is greater than 300.  The default behaviour is
+        code returned is greater than 300.  The default behavior is
         to return the page normally, ignoring the code.
        </simpara>
       </listitem>
@@ -368,7 +368,7 @@
         <parameter>CURLOPT_RANGE</parameter>: Pass the specified range
         you want.  It should be in the "X-Y" format, where X or Y may
         be left out.  The HTTP transfers also support several
-        intervals, seperated with commas as in X-Y,N-M.
+        intervals, separated with commas as in X-Y,N-M.
        </simpara>
       </listitem>
       <listitem>
@@ -424,7 +424,7 @@
       <listitem>
        <simpara>
         <parameter>CURLOPT_COOKIEFILE</parameter>: Pass a string
-        containing the name of the file containing the cookiee data.
+        containing the name of the file containing the cookie data.
         The cookie file can be in Netscape format, or just plain
         HTTP-style headers dumped into a file.
        </simpara>
@@ -566,7 +566,7 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     This functions closes a CURL session and frees all ressources.
+     This functions closes a CURL session and frees all res sources.
      The CURL handle, <parameter>ch</parameter>, is also deleted.
     </para>
    </refsect1>
Index: phpdoc/en/functions/cybermut.xml
diff -u phpdoc/en/functions/cybermut.xml:1.12 phpdoc/en/functions/cybermut.xml:1.13
--- phpdoc/en/functions/cybermut.xml:1.12       Wed Dec 12 15:46:41 2001
+++ phpdoc/en/functions/cybermut.xml    Wed Jan  9 19:43:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <reference id="ref.cybermut">
   <title>Cr&eacute;dit Mutuel CyberMUT functions</title>
   <titleabbrev>CyberMUT</titleabbrev>
@@ -204,11 +204,11 @@
     </funcsynopsis>
     <para>
      <function>cybermut_creerreponsecm</function> returns a string containing 
-     delivery aknowledgement message.
+     delivery acknowledgement message.
     </para>
     <para>
      The parameter is "OK" if the message of confirmation of the payment
-     were correctly auhentified by <function>cybermut_testmac</function>.
+     were correctly identified by <function>cybermut_testmac</function>.
      Any other chain is regarded as an error message.
     </para>
     <para> 
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.62 phpdoc/en/functions/datetime.xml:1.63
--- phpdoc/en/functions/datetime.xml:1.62       Fri Jan  4 00:58:18 2002
+++ phpdoc/en/functions/datetime.xml    Wed Jan  9 19:43:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.62 $ -->
+<!-- $Revision: 1.63 $ -->
  <reference id="ref.datetime">
   <title>Date and Time functions</title>
   <titleabbrev>Date/time</titleabbrev>
@@ -303,7 +303,7 @@
      </example>
      <note>
       <para>
-       This can be more reliable than simply adding or substracting the number
+       This can be more reliable than simply adding or subtracting the number
        of seconds in a day or month to a timestamp because of daylight savings
        time.
       </para>
@@ -314,7 +314,7 @@
      you should escape any other characters, as any which currently
      have a special meaning will produce undesirable results, and
      other characters may be assigned meaning in future PHP versions.
-     When escaping, bu sure to use single quotes to prevent characters
+     When escaping, be sure to use single quotes to prevent characters
      like \n from become newlines.
      <example>
       <title>
@@ -647,7 +647,7 @@
       </listitem>
       <listitem>
        <simpara>
-        "tm_mon" - month of the year, starting with 0 for january
+        "tm_mon" - month of the year, starting with 0 for January
        </simpara>
       </listitem>
       <listitem>
@@ -819,7 +819,7 @@
     <simpara>
     Date with year, month and day equal to zero is considered illegal 
     (otherwise it what be regarded as 30.11.1999, which would be strange
-     behaviour).
+     behavior).
     </simpara>
     <para>
      See also <function>date</function> and <function>time</function>.
Index: phpdoc/en/functions/dbm.xml
diff -u phpdoc/en/functions/dbm.xml:1.15 phpdoc/en/functions/dbm.xml:1.16
--- phpdoc/en/functions/dbm.xml:1.15    Wed Dec 12 15:46:43 2001
+++ phpdoc/en/functions/dbm.xml Wed Jan  9 19:43:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
  <reference id="ref.dbm">
   <title>DBM Functions</title>
   <titleabbrev>DBM</titleabbrev>
@@ -56,7 +56,7 @@
      respectively.
     </para>
     <para>
-     Returns an identifer to be passed to the other DBM functions on
+     Returns an identifier to be passed to the other DBM functions on
      success, or &false; on failure.
     </para>
     <para>


Reply via email to