Skip to content

Commit 59026e3

Browse files
committed
Fix typo (issue #44)
1 parent b133361 commit 59026e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/handles/udp.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ cdef class UDPTransport(UVBaseTransport):
215215
ctx.addr = self._address
216216
else:
217217
raise RuntimeError(
218-
'undable to perform send operation: no address')
218+
'unable to perform send operation: no address')
219219
else:
220220
__convert_pyaddr_to_sockaddr(self._family, addr,
221221
<system.sockaddr*>&ctx.addr)

0 commit comments

Comments
 (0)