coar            Sun Jul  8 09:52:32 2001 EDT

  Modified files:              
    /phpdoc/en/functions        curl.xml 
  Log:
  
        Minor prose fixup..
  
  
  
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.11 phpdoc/en/functions/curl.xml:1.12
--- phpdoc/en/functions/curl.xml:1.11   Fri Oct 20 02:26:18 2000
+++ phpdoc/en/functions/curl.xml        Sun Jul  8 09:52:31 2001
@@ -4,13 +4,13 @@
 
   <partintro id="curl.partintro">
    <para>
-    PHP supports libcurl, a library, created by Daniel Stenberg, that
+    PHP supports libcurl, a library created by Daniel Stenberg, that
     allows you to connect and communicate to many different types of
     servers with many different types of protocols.  libcurl currently
     supports the http, https, ftp, gopher, telnet, dict, file, and
     ldap protocols.  libcurl also supports HTTPS certificates, HTTP
     POST, HTTP PUT, FTP uploading (this can also be done with PHP's
-    ftp extension), HTTP form based upload, proxies, cookies and
+    ftp extension), HTTP form based upload, proxies, cookies, and
     user+password authentication.
    </para>
    <para>


Reply via email to