mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 23:04:48 -04:00
fix typo: s/chat/char/
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user