summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
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;