changeset 1377:0f6f593b4f5a

fix typo: s/chat/char/
author Jim Meyering <jim@meyering.net>
date Sun, 24 May 1998 13:41:57 +0000
parents 99e043ba095d
children 5b37c6d8cd35
files lib/lchown.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/lchown.c
+++ b/lib/lchown.c
@@ -30,7 +30,7 @@
    In that case, set errno to ENOSYS and return -1.  */
 
 int
-lchown (const chat *file, uid_t uid, gid_t gid)
+lchown (const char *file, uid_t uid, gid_t gid)
 {
   struct stat stats;