Skip to content

Commit d6f5640

Browse files
tseaverdavisagli
andauthored
chore: fix typos in comments
Co-authored-by: David Glick <david@glicksoftware.com>
1 parent 743903d commit d6f5640

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/zope/interface/_zope_interface_coptimizations.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static PyType_Spec OSD_type_spec = {
535535
#endif
536536

537537
/*
538-
* ClassProviderBase class
538+
* ClassProvidesBase class
539539
*/
540540
typedef struct
541541
{
@@ -1064,7 +1064,7 @@ static PyType_Slot IB_type_slots[] = {
10641064
{Py_tp_dealloc, IB_dealloc},
10651065
{Py_tp_methods, IB_methods},
10661066
{Py_tp_members, IB_members},
1067-
/* tp_base cannot be set as a stot -- pass to PyType_FromModuleAndSpec */
1067+
/* tp_base cannot be set as a slot -- pass to PyType_FromModuleAndSpec */
10681068
{0, NULL}
10691069
};
10701070

@@ -1970,7 +1970,7 @@ static PyType_Slot VB_type_slots[] = {
19701970
{Py_tp_clear, VB_clear},
19711971
{Py_tp_dealloc, VB_dealloc},
19721972
{Py_tp_methods, VB_methods},
1973-
/* tp_base cannot be set as a stot -- pass to PyType_FromModuleAndSpec */
1973+
/* tp_base cannot be set as a slot -- pass to PyType_FromModuleAndSpec */
19741974
{0, NULL}
19751975
};
19761976

@@ -1997,13 +1997,13 @@ typedef struct
19971997
PyTypeObject* lookup_base_class;
19981998
PyTypeObject* verifying_base_class;
19991999
PyObject* adapter_hooks;
2000-
/* members importe from 'zope.interface.declarations'
2000+
/* members imported from 'zope.interface.declarations'
20012001
*/
20022002
PyObject* empty;
20032003
PyObject* fallback;
20042004
PyObject* builtin_impl_specs;
20052005
PyTypeObject* implements_class;
2006-
/* flag: have we importe the next set of members yet from
2006+
/* flag: have we imported the next set of members yet from
20072007
* 'zope.interface.declarations?
20082008
*/
20092009
int decl_imported;

0 commit comments

Comments
 (0)