]> granicus.if.org Git - php/commitdiff
Fixed a proto.
authorEgon Schmid <eschmid@php.net>
Sun, 30 Dec 2001 08:21:58 +0000 (08:21 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 30 Dec 2001 08:21:58 +0000 (08:21 +0000)
ext/ftp/php_ftp.c

index 49f22971ad707db8de4fec7cf84e75629f43b870..892f03230d811358401b35d94693d5967ac93cb7 100644 (file)
@@ -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;