From: Hartmut Holzgraefe Date: Wed, 17 May 2000 19:27:08 +0000 (+0000) Subject: correction X-Git-Tag: php-4.0.0~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5354940f93e0cfdd6e9a1e0fcf345ff04dd4f976;p=php correction --- diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 2898949ac9..f6593c0d0e 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -221,8 +221,8 @@ PHP_FUNCTION(diskfreespace) RETURN_DOUBLE(bytesfree); } -/* {{{ bool chgrp(string filename, mixed group) - Change file group */ +/* {{{ bool bool chown(string filename, mixed user) + Change file owner */ PHP_FUNCTION(chgrp) { #ifndef WINDOWS