diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-21 21:30:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-21 21:30:02 +0000 |
commit | 6e78e524783f410880cc8a5a8d1bfb1c1c2d360c (patch) | |
tree | a17a5fff6542a36a3d730917085f6538a5ac73c6 /win32/config_H.gc | |
parent | 5970cde0ccf9e2bec07013f3ad3d1ebbbad9bd70 (diff) | |
download | perl-6e78e524783f410880cc8a5a8d1bfb1c1c2d360c.tar.gz |
s/setgropus/setgroups/; # detypo in a comment
p4raw-id: //depot/cfgperl@5864
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index fbc3e1987d..07e89dadb5 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2227,7 +2227,7 @@ * It can be int, ushort, gid_t, etc... * It may be necessary to include <sys/types.h> to get any * typedef'ed information. This is only required if you have - * getgroups() or setgropus().. + * getgroups() or setgroups().. */ #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) #define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */ |