Hi all,

i'm doing some german translation on the FTP functions and while reading
through the english XML-files i saw a little typo in the ftp-nb-fput
manpage.

Attached diff should fix it.

-Ali


Index: ftp-nb-fput.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml,v
retrieving revision 1.4
diff -u -u -r1.4 ftp-nb-fput.xml
--- ftp-nb-fput.xml	28 Jan 2003 03:37:19 -0000	1.4
+++ ftp-nb-fput.xml	29 Jun 2003 12:16:18 -0000
@@ -23,7 +23,7 @@
      <constant>FTP_ASCII</constant> or <constant>FTP_BINARY</constant>.
      The difference between this function and the <function>ftp_fput</function> is that this
      function uploads the file asynchronously, so your program can perform other operations while the
-     file is being downloaded.
+     file is being uploaded.
     </para>
     <para>
      &return.success;

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to