summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-08-13 04:19:25 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-08-13 04:19:25 +0000
commitfb0c9122c1619acbcab1fe06fa68d08692f2dab3 (patch)
treecda4b51a9d701a07579e391f6689ef242e9185da /ext/ftp/php_ftp.c
parent0779da509b321355233cb9df403bc7e29b113683 (diff)
downloadphp-git-fb0c9122c1619acbcab1fe06fa68d08692f2dab3.tar.gz
Fix typo
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r--ext/ftp/php_ftp.c2
1 files changed, 1 insertions, 1 deletions
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)
{