[Asterisk-code-review] spelling: analysis (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:03:32 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16722 )


Change subject: spelling: analysis
......................................................................

spelling: analysis

Change-Id: I230ebafbfe74e7e1e0098ae6608ebced1e7c5c6c
---
M main/dsp.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/22/16722/1

diff --git a/main/dsp.c b/main/dsp.c
index 106ee9b..33f3b68 100644
--- a/main/dsp.c
+++ b/main/dsp.c
@@ -467,7 +467,7 @@
 
 	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) {

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16722
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I230ebafbfe74e7e1e0098ae6608ebced1e7c5c6c
Gerrit-Change-Number: 16722
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/3d44bdcb/attachment.html>


More information about the asterisk-code-review mailing list