mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
main: Spelling fixes
Correct typos of the following word families: analysis nuisance converting although transaction desctitle acquire update evaluate thousand this dissolved management integrity reconstructed decrement further on irrelevant currently constancy anyway unconstrained featuregroups right larger evaluated encumbered languages digits authoritative framing blindxfer tolerate traverser exclamation perform permissions rearrangement performing processing declension happily duplicate compound hundred returns elicit allocate actually paths inheritance atxferdropcall earlier synchronization multiplier acknowledge across against thousands joyous manipulators guaranteed emulating soundfile ASTERISK-29714 Change-Id: I926ba4b11e9f6dd3fdd93170ab1f9b997910be70
This commit is contained in:
committed by
Friendly Automation
parent
31aaceac01
commit
ec877e0c27
@@ -205,7 +205,7 @@ struct ast_frame *ast_smoother_read(struct ast_smoother *s)
|
||||
/* Move remaining data to the front if applicable */
|
||||
if (s->len) {
|
||||
/* In principle this should all be fine because if we are sending
|
||||
G.729 VAD, the next timestamp will take over anyawy */
|
||||
G.729 VAD, the next timestamp will take over anyway */
|
||||
memmove(s->data, s->data + len, s->len);
|
||||
if (!ast_tvzero(s->delivery)) {
|
||||
/* If we have delivery time, increment it, otherwise, leave it at 0 */
|
||||
|
Reference in New Issue
Block a user