From: Egon Schmid Date: Thu, 15 Feb 2001 20:33:09 +0000 (+0000) Subject: Small typo. X-Git-Tag: php-4.0.5RC1~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbe53dedccc77c723dde7d0dd187a0a6cfcdb53a;p=php Small typo. --- diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index f35a186f90..92cbee6e79 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -650,7 +650,7 @@ FileFunction(PHP_FN(filesize), 2) FileFunction(PHP_FN(fileowner),3) /* }}} */ -/* {{{ proto nt filegroup(string filename) +/* {{{ proto int filegroup(string filename) Get file group */ FileFunction(PHP_FN(filegroup),4) /* }}} */