Skip to content

Commit cbc78fd

Browse files
Fix typo "extenstion" in Modules/xxlimited.c
1 parent a202e5c commit cbc78fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/xxlimited.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ xx_free(void *module)
633633
}
634634
}
635635

636-
// Information that CPython uses to prevent loading incompatible extenstions
636+
// Information that CPython uses to prevent loading incompatible extensions
637637
PyABIInfo_VAR(abi_info);
638638

639639
static PySlot xx_slots[] = {

0 commit comments

Comments
 (0)