From bbe53dedccc77c723dde7d0dd187a0a6cfcdb53a Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Thu, 15 Feb 2001 20:33:09 +0000 Subject: [PATCH] Small typo. --- ext/standard/filestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /* }}} */ -- 2.50.1