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:
@@ -360,7 +360,7 @@ METHOD(tls_t, process, status_t,
|
||||
this->mutex->lock(this->mutex);
|
||||
if (this->batch)
|
||||
{
|
||||
DBG1(DBG_TNC, "cancelling TNCCS batch");
|
||||
DBG1(DBG_TNC, "canceling TNCCS batch");
|
||||
this->batch->destroy(this->batch);
|
||||
this->batch_id--;
|
||||
}
|
||||
|
||||
@@ -209,7 +209,7 @@ static void change_batch_type(private_tnccs_20_client_t *this,
|
||||
{
|
||||
if (this->batch_type != PB_BATCH_NONE)
|
||||
{
|
||||
DBG1(DBG_TNC, "cancelling PB-TNC %N batch",
|
||||
DBG1(DBG_TNC, "canceling PB-TNC %N batch",
|
||||
pb_tnc_batch_type_names, this->batch_type);
|
||||
|
||||
while (this->messages->remove_last(this->messages,
|
||||
|
||||
@@ -142,7 +142,7 @@ static void change_batch_type(private_tnccs_20_server_t *this,
|
||||
{
|
||||
if (this->batch_type != PB_BATCH_NONE)
|
||||
{
|
||||
DBG1(DBG_TNC, "cancelling PB-TNC %N batch",
|
||||
DBG1(DBG_TNC, "canceling PB-TNC %N batch",
|
||||
pb_tnc_batch_type_names, this->batch_type);
|
||||
|
||||
while (this->messages->remove_last(this->messages,
|
||||
|
||||
Reference in New Issue
Block a user