Issue 18661: Typo in grpmodule.c (original) (raw)
I guess, there is a typo in Modules/grpmodule.c. See the patch below:
diff -r f4f81ebc3de9 Modules/grpmodule.c --- a/Modules/grpmodule.c Sun Aug 04 15:50:08 2013 -0400 +++ b/Modules/grpmodule.c Mon Aug 05 17:40:33 2013 +0800 @@ -10,7 +10,7 @@ {"gr_name", "group name"}, {"gr_passwd", "password"}, {"gr_gid", "group id"},
- {"gr_mem", "group memebers"},
- {"gr_mem", "group members"}, {0} };
I am not sure whether the line after typo should be {0} or {0, 0}.