]> granicus.if.org Git - php/commitdiff
Fix typo
authorRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:19:25 +0000 (04:19 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:19:25 +0000 (04:19 +0000)
ext/ftp/php_ftp.c

index 8986c194cc6586772e5b6ce43750f2b090e5214c..9e17a94ab47809be03afe9b5edd142e345d3eee8 100644 (file)
@@ -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)
 {