summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-21 21:30:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-21 21:30:02 +0000
commit6e78e524783f410880cc8a5a8d1bfb1c1c2d360c (patch)
treea17a5fff6542a36a3d730917085f6538a5ac73c6 /win32/config_H.gc
parent5970cde0ccf9e2bec07013f3ad3d1ebbbad9bd70 (diff)
downloadperl-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.gc2
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() */