mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
tests: Spelling fixes
Correct typos of the following word families: mounting jitterbuffer thrashing original manipulating entries actual possibility tasks options positives taskprocessor other dynamic declarative ASTERISK-29714 Change-Id: I6b94659d045eec5d8d020fce2e9b6e2f593dfeb6
This commit is contained in:
committed by
Friendly Automation
parent
4dd7ae3962
commit
aa98237e46
@@ -259,7 +259,7 @@ static int consumer_wait_for(struct consumer *consumer, size_t expected_len)
|
||||
if (r == ETIMEDOUT) {
|
||||
break;
|
||||
}
|
||||
ast_assert(r == 0); /* Not expecting any othet types of errors */
|
||||
ast_assert(r == 0); /* Not expecting any other types of errors */
|
||||
}
|
||||
return consumer->messages_rxed_len;
|
||||
}
|
||||
@@ -280,7 +280,7 @@ static int consumer_wait_for_completion(struct consumer *consumer)
|
||||
if (r == ETIMEDOUT) {
|
||||
break;
|
||||
}
|
||||
ast_assert(r == 0); /* Not expecting any othet types of errors */
|
||||
ast_assert(r == 0); /* Not expecting any other types of errors */
|
||||
}
|
||||
return consumer->complete;
|
||||
}
|
||||
@@ -306,7 +306,7 @@ static int consumer_should_stay(struct consumer *consumer, size_t expected_len)
|
||||
if (r == ETIMEDOUT) {
|
||||
break;
|
||||
}
|
||||
ast_assert(r == 0); /* Not expecting any othet types of errors */
|
||||
ast_assert(r == 0); /* Not expecting any other types of errors */
|
||||
}
|
||||
return consumer->messages_rxed_len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user