[Asterisk-code-review] spelling: repetition (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:15:55 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17152 )
Change subject: spelling: repetition
......................................................................
spelling: repetition
Change-Id: I08674b4e26f9bc866d59b53931792f5f4fc9f491
---
M codecs/ilbc/doCPLC.c
M codecs/ilbc/rfc3951.txt
M res/res_calendar_caldav.c
M res/res_calendar_icalendar.c
4 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/52/17152/1
diff --git a/codecs/ilbc/doCPLC.c b/codecs/ilbc/doCPLC.c
index c655c6d..5eaa363 100644
--- a/codecs/ilbc/doCPLC.c
+++ b/codecs/ilbc/doCPLC.c
@@ -154,7 +154,7 @@
iLBCdec_inst->blockl>4*320)
use_gain=(float)0.0;
- /* mix noise and pitch repeatition */
+ /* mix noise and pitch repetition */
ftmp=(float)sqrt(max_per);
if (ftmp>(float)0.7)
pitchfact=(float)1.0;
@@ -195,7 +195,7 @@
randvec[i] = randvec[pick];
}
- /* pitch repeatition component */
+ /* pitch repetition component */
pick = i - use_lag;
if (pick < 0) {
diff --git a/codecs/ilbc/rfc3951.txt b/codecs/ilbc/rfc3951.txt
index 097439f..e01ccc3 100644
--- a/codecs/ilbc/rfc3951.txt
+++ b/codecs/ilbc/rfc3951.txt
@@ -5970,7 +5970,7 @@
iLBCdec_inst->blockl>4*320)
use_gain=(float)0.0;
- /* mix noise and pitch repeatition */
+ /* mix noise and pitch repetition */
ftmp=(float)sqrt(max_per);
if (ftmp>(float)0.7)
pitchfact=(float)1.0;
@@ -6014,7 +6014,7 @@
randvec[i] = randvec[pick];
}
- /* pitch repeatition component */
+ /* pitch repetition component */
pick = i - use_lag;
if (pick < 0) {
diff --git a/res/res_calendar_caldav.c b/res/res_calendar_caldav.c
index 6743512..6fd7783 100644
--- a/res/res_calendar_caldav.c
+++ b/res/res_calendar_caldav.c
@@ -432,7 +432,7 @@
/* Only set values for alarm based on VALARM. Can be overridden in main/calendar.c by autoreminder
* therefore, go ahead and add events even if their is no VALARM or it is malformed
- * Currently we are only getting the first VALARM and are handling repitition in main/calendar.c from calendar.conf */
+ * Currently we are only getting the first VALARM and are handling repetition in main/calendar.c from calendar.conf */
if (!(valarm = icalcomponent_get_first_component(comp, ICAL_VALARM_COMPONENT))) {
ao2_link(pvt->events, event);
event = ast_calendar_unref_event(event);
diff --git a/res/res_calendar_icalendar.c b/res/res_calendar_icalendar.c
index 809fa12..df8b55d 100644
--- a/res/res_calendar_icalendar.c
+++ b/res/res_calendar_icalendar.c
@@ -308,7 +308,7 @@
/* Only set values for alarm based on VALARM. Can be overridden in main/calendar.c by autoreminder
* therefore, go ahead and add events even if their is no VALARM or it is malformed
- * Currently we are only getting the first VALARM and are handling repitition in main/calendar.c from calendar.conf */
+ * Currently we are only getting the first VALARM and are handling repetition in main/calendar.c from calendar.conf */
if (!(valarm = icalcomponent_get_first_component(comp, ICAL_VALARM_COMPONENT))) {
ao2_link(pvt->events, event);
event = ast_calendar_unref_event(event);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17152
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I08674b4e26f9bc866d59b53931792f5f4fc9f491
Gerrit-Change-Number: 17152
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/bcddfcdb/attachment.html>
More information about the asterisk-code-review
mailing list