From 717b1f89c0e69c0fa595741a27c36f1f60b19a7d Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 29 Jun 2003 13:33:47 +0000 Subject: [PATCH] typo, thanks to Ali git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133597 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-nb-fput.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ftp/functions/ftp-nb-fput.xml b/reference/ftp/functions/ftp-nb-fput.xml index 67ed6ebf1a..77806e2a62 100644 --- a/reference/ftp/functions/ftp-nb-fput.xml +++ b/reference/ftp/functions/ftp-nb-fput.xml @@ -1,5 +1,5 @@ - + ftp_nb_fput @@ -23,7 +23,7 @@ FTP_ASCII or FTP_BINARY. The difference between this function and the ftp_fput 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. &return.success;