[Asterisk-code-review] spelling: multiplication (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:29 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17045 )
Change subject: spelling: multiplication
......................................................................
spelling: multiplication
Change-Id: I5f1fd90f3bcaef6f2d8b77e169957c59dc4b858d
---
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/45/17045/1
diff --git a/bridges/bridge_softmix/bridge_softmix_binaural.c b/bridges/bridge_softmix/bridge_softmix_binaural.c
index d46857c..0342971 100644
--- a/bridges/bridge_softmix/bridge_softmix_binaural.c
+++ b/bridges/bridge_softmix/bridge_softmix_binaural.c
@@ -103,7 +103,7 @@
}
fftw_execute(chan->fftw_plan);
- /* Imaginary mulitplication (frequency space). */
+ /* Imaginary multiplication (frequency space). */
/* First FFTW result has never an imaginary part. */
chan->fftw_in[0] = chan->fftw_out[0] * chan->hrtf[0];
for (i = 1; i < (hrtf_length / 2); i++) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17045
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5f1fd90f3bcaef6f2d8b77e169957c59dc4b858d
Gerrit-Change-Number: 17045
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/4ce9f852/attachment-0001.html>
More information about the asterisk-code-review
mailing list