summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-12-30 08:21:58 +0000
committerEgon Schmid <eschmid@php.net>2001-12-30 08:21:58 +0000
commitadee5f9451c9565c1f172cfbafa22264b8509a7b (patch)
tree8256d65546978e8a2e0d003bedb7a06f0e1bac6f /ext/ftp/php_ftp.c
parent9f6916345386f2bf548357c21c2e7e57905af12e (diff)
downloadphp-git-adee5f9451c9565c1f172cfbafa22264b8509a7b.tar.gz
Fixed a proto.
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 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;