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 | |
parent | 5970cde0ccf9e2bec07013f3ad3d1ebbbad9bd70 (diff) | |
download | perl-6e78e524783f410880cc8a5a8d1bfb1c1c2d360c.tar.gz |
s/setgropus/setgroups/; # detypo in a comment
p4raw-id: //depot/cfgperl@5864
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.bc | 2 | ||||
-rw-r--r-- | win32/config_H.gc | 2 | ||||
-rw-r--r-- | win32/config_H.vc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 629fce46fa..7e04ed184f 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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() */ 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() */ diff --git a/win32/config_H.vc b/win32/config_H.vc index c784da9792..5d77c7b032 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -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() */ |