mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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
15c4814f55
commit
f382775241
@@ -467,7 +467,7 @@ static void ast_tone_detect_init(tone_detect_state_t *s, int freq, int duration,
|
||||
|
||||
periods_in_block = s->block_size * freq / sample_rate;
|
||||
|
||||
/* Make sure we will have at least 5 periods at target frequency for analisys.
|
||||
/* Make sure we will have at least 5 periods at target frequency for analysis.
|
||||
This may make block larger than expected packet and will make squelching impossible
|
||||
but at least we will be detecting the tone */
|
||||
if (periods_in_block < 5) {
|
||||
|
Reference in New Issue
Block a user