From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 04:19:25 +0000 (+0000) Subject: Fix typo X-Git-Tag: php-4.3.0dev_zend2_alpha3~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb0c9122c1619acbcab1fe06fa68d08692f2dab3;p=php Fix typo --- diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 8986c194cc..9e17a94ab4 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -581,7 +581,7 @@ PHP_FUNCTION(ftp_get) } /* }}} */ -/* {{{ proto inf ftp_async_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos]) +/* {{{ proto int ftp_async_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos]) Retrieves a file from the FTP server asynchronly and writes it to a local file */ PHP_FUNCTION(ftp_async_get) {