summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc2
1 files changed, 1 insertions, 1 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() */