Skip to content

Commit 39cf04c

Browse files
cclaussfantix
authored andcommitted
Fix typo discovered by codespell
1 parent 94e5e53 commit 39cf04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: uvloop/loop.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cdef inline socket_dec_io_ref(sock):
9494
cdef inline run_in_context(context, method):
9595
# This method is internally used to workaround a reference issue that in
9696
# certain circumstances, inlined context.run() will not hold a reference to
97-
# the given method instance, which - if deallocated - will cause segault.
97+
# the given method instance, which - if deallocated - will cause segfault.
9898
# See also: edgedb/edgedb#2222
9999
Py_INCREF(method)
100100
try:

0 commit comments

Comments
 (0)