mirror of https://github.com/MagicStack/uvloop.git
correct spelling mistake (#105)
This commit is contained in:
parent
d813279f0e
commit
81ba9ba16e
|
@ -983,7 +983,7 @@ cdef class Loop:
|
|||
self._poll_write_cb_errors_total))
|
||||
print()
|
||||
|
||||
print('--- Sock ops successfull on 1st try: ---')
|
||||
print('--- Sock ops successful on 1st try: ---')
|
||||
print('Socket try-writes: {}'.format(
|
||||
self._sock_try_write_total))
|
||||
|
||||
|
|
Loading…
Reference in New Issue