fix typo: s/chat/char/
authorJim Meyering <jim@meyering.net>
Sun, 24 May 1998 13:41:57 +0000 (13:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 May 1998 13:41:57 +0000 (13:41 +0000)
lib/lchown.c

index 04c27c1..3e2b6c9 100644 (file)
@@ -30,7 +30,7 @@ extern int errno;
    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;