mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
bridges: Spelling fixes
Correct typos of the following word families:
multiplication
potentially
iteration
interaction
virtual
synthesis
convolve
initializes
overlap
ASTERISK-29714
Change-Id: Ia40f1aca8f2996ab407c6ed9d24cb10a67c6684b
(cherry picked from commit 2a8fb4695e
)
This commit is contained in:
@@ -1864,7 +1864,7 @@ static int softmix_mixing_loop(struct ast_bridge *bridge)
|
||||
softmix_data->internal_mixing_interval, bridge_channel, 1, -1, -1, -1);
|
||||
}
|
||||
|
||||
/* If stat_iteration_counter is 0, then collect statistics during this mixing interation */
|
||||
/* If stat_iteration_counter is 0, then collect statistics during this mixing interaction */
|
||||
if (!stat_iteration_counter) {
|
||||
gather_softmix_stats(&stats, softmix_data, bridge_channel);
|
||||
}
|
||||
|
Reference in New Issue
Block a user