commit | e5192cdbb91ab7c081cd321178dacd2a22f10019 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Aug 05 17:57:54 2013 +0100 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Aug 05 17:57:54 2013 +0100 |
tree | 13ed325cfac2a1d324b45b560c17df5ec3f19681 | |
parent | f3e4b62d02cc326abd7d9ec2637208e3401c7fc6 [diff] | |
parent | fb29a164dfe81a6879536fddc3a9f1336a03670e [diff] |
Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok.
diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c index 73596d3..a85a271 100644 --- a/Modules/grpmodule.c +++ b/Modules/grpmodule.c
@@ -10,7 +10,7 @@ {"gr_name", "group name"}, {"gr_passwd", "password"}, {"gr_gid", "group id"}, - {"gr_mem", "group memebers"}, + {"gr_mem", "group members"}, {0} };