From adee5f9451c9565c1f172cfbafa22264b8509a7b Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 30 Dec 2001 08:21:58 +0000 Subject: [PATCH] Fixed a proto. --- 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 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; -- 2.40.0