diff options
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() */ |