Fixed some typos, courtesy of codespell
Main change is the conversion from the British cancelling/-ed to the American canceling/-ed.
This commit is contained in:
@@ -66,7 +66,7 @@ METHOD(socket_manager_t, receiver, status_t,
|
||||
this->lock->unlock(this->lock);
|
||||
return NOT_SUPPORTED;
|
||||
}
|
||||
/* receive is blocking and the thread can be cancelled */
|
||||
/* receive is blocking and the thread can be canceled */
|
||||
thread_cleanup_push((thread_cleanup_t)this->lock->unlock, this->lock);
|
||||
status = this->socket->receive(this->socket, packet);
|
||||
thread_cleanup_pop(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user