diff options
Diffstat (limited to '')
-rw-r--r-- | src/slibc-human/machinemode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slibc-human/machinemode.c b/src/slibc-human/machinemode.c index 13d123a..ec03fc5 100644 --- a/src/slibc-human/machinemode.c +++ b/src/slibc-human/machinemode.c @@ -31,7 +31,7 @@ /** * Group can execute/list or/and set GID. */ -#define S_ISGRP (S_ISGID | S_IXGRO) +#define S_ISGRP (S_ISGID | S_IXGRP) /** * Others (not in group) can execute/list or/and sticky bit. |