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

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


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


Change subject: spelling: iteration
......................................................................

spelling: iteration

Change-Id: Id09242b58d2a9fb8614d82af5125b1fba86854f4
---
M bridges/bridge_softmix/bridge_softmix_binaural.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/01/17001/1

diff --git a/bridges/bridge_softmix/bridge_softmix_binaural.c b/bridges/bridge_softmix/bridge_softmix_binaural.c
index 3a036cd..d46857c 100644
--- a/bridges/bridge_softmix/bridge_softmix_binaural.c
+++ b/bridges/bridge_softmix/bridge_softmix_binaural.c
@@ -128,7 +128,7 @@
 		chan->fftw_out[i] = chan->fftw_out[i] / (hrtf_length / 2);
 	}
 
-	/* Save the block for overlapp add in the next itteration. */
+	/* Save the block for overlapp add in the next iteration. */
 	for (i = 0; i < in_sample_size; i++) {
 		chan->overlap_add[i] += chan->fftw_out[i];
 	}

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id09242b58d2a9fb8614d82af5125b1fba86854f4
Gerrit-Change-Number: 17001
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/fc222542/attachment-0001.html>


More information about the asterisk-code-review mailing list