<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17152">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: repetition<br><br>Change-Id: I08674b4e26f9bc866d59b53931792f5f4fc9f491<br>---<br>M codecs/ilbc/doCPLC.c<br>M codecs/ilbc/rfc3951.txt<br>M res/res_calendar_caldav.c<br>M res/res_calendar_icalendar.c<br>4 files changed, 6 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/52/17152/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/codecs/ilbc/doCPLC.c b/codecs/ilbc/doCPLC.c</span><br><span>index c655c6d..5eaa363 100644</span><br><span>--- a/codecs/ilbc/doCPLC.c</span><br><span>+++ b/codecs/ilbc/doCPLC.c</span><br><span>@@ -154,7 +154,7 @@</span><br><span>                            iLBCdec_inst->blockl>4*320)</span><br><span>                use_gain=(float)0.0;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-           /* mix noise and pitch repeatition */</span><br><span style="color: hsl(120, 100%, 40%);">+           /* mix noise and pitch repetition */</span><br><span>            ftmp=(float)sqrt(max_per);</span><br><span>            if (ftmp>(float)0.7)</span><br><span>                pitchfact=(float)1.0;</span><br><span>@@ -195,7 +195,7 @@</span><br><span>                    randvec[i] =  randvec[pick];</span><br><span>                }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-               /* pitch repeatition component */</span><br><span style="color: hsl(120, 100%, 40%);">+               /* pitch repetition component */</span><br><span>                pick = i - use_lag;</span><br><span> </span><br><span>                if (pick < 0) {</span><br><span>diff --git a/codecs/ilbc/rfc3951.txt b/codecs/ilbc/rfc3951.txt</span><br><span>index 097439f..e01ccc3 100644</span><br><span>--- a/codecs/ilbc/rfc3951.txt</span><br><span>+++ b/codecs/ilbc/rfc3951.txt</span><br><span>@@ -5970,7 +5970,7 @@</span><br><span>                            iLBCdec_inst->blockl>4*320)</span><br><span>                use_gain=(float)0.0;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-           /* mix noise and pitch repeatition */</span><br><span style="color: hsl(120, 100%, 40%);">+           /* mix noise and pitch repetition */</span><br><span>            ftmp=(float)sqrt(max_per);</span><br><span>            if (ftmp>(float)0.7)</span><br><span>                pitchfact=(float)1.0;</span><br><span>@@ -6014,7 +6014,7 @@</span><br><span>                    randvec[i] =  randvec[pick];</span><br><span>                }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-               /* pitch repeatition component */</span><br><span style="color: hsl(120, 100%, 40%);">+               /* pitch repetition component */</span><br><span>                pick = i - use_lag;</span><br><span> </span><br><span>                if (pick < 0) {</span><br><span>diff --git a/res/res_calendar_caldav.c b/res/res_calendar_caldav.c</span><br><span>index 6743512..6fd7783 100644</span><br><span>--- a/res/res_calendar_caldav.c</span><br><span>+++ b/res/res_calendar_caldav.c</span><br><span>@@ -432,7 +432,7 @@</span><br><span> </span><br><span>         /* Only set values for alarm based on VALARM.  Can be overridden in main/calendar.c by autoreminder</span><br><span>   * therefore, go ahead and add events even if their is no VALARM or it is malformed</span><br><span style="color: hsl(0, 100%, 40%);">-      * Currently we are only getting the first VALARM and are handling repitition in main/calendar.c from calendar.conf */</span><br><span style="color: hsl(120, 100%, 40%);">+         * Currently we are only getting the first VALARM and are handling repetition in main/calendar.c from calendar.conf */</span><br><span>       if (!(valarm = icalcomponent_get_first_component(comp, ICAL_VALARM_COMPONENT))) {</span><br><span>            ao2_link(pvt->events, event);</span><br><span>             event = ast_calendar_unref_event(event);</span><br><span>diff --git a/res/res_calendar_icalendar.c b/res/res_calendar_icalendar.c</span><br><span>index 809fa12..df8b55d 100644</span><br><span>--- a/res/res_calendar_icalendar.c</span><br><span>+++ b/res/res_calendar_icalendar.c</span><br><span>@@ -308,7 +308,7 @@</span><br><span> </span><br><span>      /* Only set values for alarm based on VALARM.  Can be overridden in main/calendar.c by autoreminder</span><br><span>   * therefore, go ahead and add events even if their is no VALARM or it is malformed</span><br><span style="color: hsl(0, 100%, 40%);">-      * Currently we are only getting the first VALARM and are handling repitition in main/calendar.c from calendar.conf */</span><br><span style="color: hsl(120, 100%, 40%);">+         * Currently we are only getting the first VALARM and are handling repetition in main/calendar.c from calendar.conf */</span><br><span>       if (!(valarm = icalcomponent_get_first_component(comp, ICAL_VALARM_COMPONENT))) {</span><br><span>            ao2_link(pvt->events, event);</span><br><span>             event = ast_calendar_unref_event(event);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17152">change 17152</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17152"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I08674b4e26f9bc866d59b53931792f5f4fc9f491 </div>
<div style="display:none"> Gerrit-Change-Number: 17152 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>