From: Egon Schmid Date: Sun, 30 Dec 2001 08:21:58 +0000 (+0000) Subject: Fixed a proto. X-Git-Tag: PRE_ISSET_PATCH~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adee5f9451c9565c1f172cfbafa22264b8509a7b;p=php Fixed a proto. --- diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 49f22971ad..892f03230d 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -285,7 +285,7 @@ PHP_FUNCTION(ftp_chdir) /* }}} */ /* {{{ proto int ftp_exec(int stream, string command) - Request execution of a program on the ftp server */ + Requests execution of a program on the ftp server */ PHP_FUNCTION(ftp_exec) { pval *arg1, *arg2;