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

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


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


Change subject: spelling: overlap
......................................................................

spelling: overlap

Change-Id: I5ad3e3a4181e7a7c56c66aca95f23485c2b8a4e6
---
M bridges/bridge_softmix/bridge_softmix_binaural.c
M codecs/lpc10/placev.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/79/17079/1

diff --git a/bridges/bridge_softmix/bridge_softmix_binaural.c b/bridges/bridge_softmix/bridge_softmix_binaural.c
index 0342971..87b4035 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 iteration. */
+	/* Save the block for overlap add in the next iteration. */
 	for (i = 0; i < in_sample_size; i++) {
 		chan->overlap_add[i] += chan->fftw_out[i];
 	}
diff --git a/codecs/lpc10/placev.c b/codecs/lpc10/placev.c
index 9d1548c..0e838e8 100644
--- a/codecs/lpc10/placev.c
+++ b/codecs/lpc10/placev.c
@@ -168,7 +168,7 @@
 /*   window's length */
 /*  is the longest length that can fit in the range under these constraint
 s,*/
-/*  except that the window may be shortened even further to avoid overlapp
+/*  except that the window may be shortened even further to avoid overlap
 ing*/
 /*  other onsets in the placement range.  In any case, the window's length
 */

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5ad3e3a4181e7a7c56c66aca95f23485c2b8a4e6
Gerrit-Change-Number: 17079
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/afae4473/attachment-0001.html>


More information about the asterisk-code-review mailing list