From fb0c9122c1619acbcab1fe06fa68d08692f2dab3 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 04:19:25 +0000 Subject: [PATCH] Fix typo --- ext/ftp/php_ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1