mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
be8da9c990
commit
0be894b2f6
52 changed files with 70 additions and 70 deletions
|
@ -6538,7 +6538,7 @@ PyInit__socket(void)
|
|||
PyModule_AddIntConstant(m, "SOMAXCONN", 5); /* Common value */
|
||||
#endif
|
||||
|
||||
/* Ancilliary message types */
|
||||
/* Ancillary message types */
|
||||
#ifdef SCM_RIGHTS
|
||||
PyModule_AddIntMacro(m, SCM_RIGHTS);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue