<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17290">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: variable<br><br>Change-Id: Ic1332f94db58fd052844c01a928975b02db25b62<br>---<br>M CHANGES<br>M apps/app_externalivr.c<br>M channels/iax2/include/parser.h<br>M include/asterisk/res_fax.h<br>M main/astmm.c<br>M res/res_pjsip_config_wizard.c<br>6 files changed, 7 insertions(+), 7 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/90/17290/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index 47ff03c..0991b6f 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -6022,7 +6022,7 @@</span><br><span>  * Added DYNAMIC_PEERNAME which holds the unique channel name on the other side</span><br><span>    and is set when a dynamic feature is triggered.</span><br><span>  * Added PARKINGLOT which can be used with parkeddynamic feature.conf option</span><br><span style="color: hsl(0, 100%, 40%);">-   to dynamically create a new parking lot matching the value this varible is</span><br><span style="color: hsl(120, 100%, 40%);">+   to dynamically create a new parking lot matching the value this variable is</span><br><span>    set to.</span><br><span>  * Added PARKINGDYNAMIC which represents the template parkinglot defined in</span><br><span>    features.conf that should be the base for dynamic parkinglots.</span><br><span>diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c</span><br><span>index 6cb3bb6..f3cd095 100644</span><br><span>--- a/apps/app_externalivr.c</span><br><span>+++ b/apps/app_externalivr.c</span><br><span>@@ -101,7 +101,7 @@</span><br><span> #define EIVR_CMD_APND 'A' /* append to prompt queue */</span><br><span> #define EIVR_CMD_DTMF 'D' /* send DTMF */</span><br><span> #define EIVR_CMD_EXIT 'E' /* exit */</span><br><span style="color: hsl(0, 100%, 40%);">-#define EIVR_CMD_GET  'G' /* get channel varable(s) */</span><br><span style="color: hsl(120, 100%, 40%);">+#define EIVR_CMD_GET  'G' /* get channel variable(s) */</span><br><span> #define EIVR_CMD_HGUP 'H' /* hangup */</span><br><span> #define EIVR_CMD_IRPT 'I' /* interrupt */</span><br><span> #define EIVR_CMD_LOG  'L' /* log message */</span><br><span>@@ -109,7 +109,7 @@</span><br><span> #define EIVR_CMD_PARM 'P' /* return supplied params */</span><br><span> #define EIVR_CMD_SQUE 'S' /* (re)set prompt queue */</span><br><span> #define EIVR_CMD_ANS  'T' /* answer channel */</span><br><span style="color: hsl(0, 100%, 40%);">-#define EIVR_CMD_SVAR 'V' /* set channel varable(s) */</span><br><span style="color: hsl(120, 100%, 40%);">+#define EIVR_CMD_SVAR 'V' /* set channel variable(s) */</span><br><span> #define EIVR_CMD_XIT  'X' /* exit **deprecated** */</span><br><span> </span><br><span> #define EXTERNALIVR_PORT 2949</span><br><span>diff --git a/channels/iax2/include/parser.h b/channels/iax2/include/parser.h</span><br><span>index cd64f35..bba985e 100644</span><br><span>--- a/channels/iax2/include/parser.h</span><br><span>+++ b/channels/iax2/include/parser.h</span><br><span>@@ -128,7 +128,7 @@</span><br><span>      int iseqno;</span><br><span>  /*! Retransmission ID */</span><br><span>     int retrans;</span><br><span style="color: hsl(0, 100%, 40%);">-    /*! is this packet encrypted or not. if set this varible holds encryption methods*/</span><br><span style="color: hsl(120, 100%, 40%);">+   /*! is this packet encrypted or not. if set this variable holds encryption methods*/</span><br><span>         int encmethods;</span><br><span>      /*! store encrypt key */</span><br><span>     ast_aes_encrypt_key ecx;</span><br><span>diff --git a/include/asterisk/res_fax.h b/include/asterisk/res_fax.h</span><br><span>index 14284cf..a83df8c 100644</span><br><span>--- a/include/asterisk/res_fax.h</span><br><span>+++ b/include/asterisk/res_fax.h</span><br><span>@@ -169,7 +169,7 @@</span><br><span>  } option;</span><br><span>    /*! override the minimum transmission rate with a channel variable */</span><br><span>        unsigned int minrate;</span><br><span style="color: hsl(0, 100%, 40%);">-   /*! override the maximum transmission rate with a channel varialbe */</span><br><span style="color: hsl(120, 100%, 40%);">+ /*! override the maximum transmission rate with a channel variable */</span><br><span>        unsigned int maxrate;</span><br><span>        /*! our T.38 session parameters, if any */</span><br><span>   struct ast_fax_t38_parameters our_t38_parameters;</span><br><span>diff --git a/main/astmm.c b/main/astmm.c</span><br><span>index 3aed47c..c327184 100644</span><br><span>--- a/main/astmm.c</span><br><span>+++ b/main/astmm.c</span><br><span>@@ -129,7 +129,7 @@</span><br><span>          * \brief Location of the requested malloc block to return.</span><br><span>   *</span><br><span>    * \note Must have the same alignment that malloc returns.</span><br><span style="color: hsl(0, 100%, 40%);">-       * i.e., It is suitably aligned for any kind of varible.</span><br><span style="color: hsl(120, 100%, 40%);">+       * i.e., It is suitably aligned for any kind of variable.</span><br><span>     */</span><br><span>  unsigned char data[0] __attribute__((aligned));</span><br><span> };</span><br><span>diff --git a/res/res_pjsip_config_wizard.c b/res/res_pjsip_config_wizard.c</span><br><span>index 4c1c59b..a96936e 100644</span><br><span>--- a/res/res_pjsip_config_wizard.c</span><br><span>+++ b/res/res_pjsip_config_wizard.c</span><br><span>@@ -1130,7 +1130,7 @@</span><br><span> </span><br><span>           search = ast_variable_new("@pjsip_wizard", id, "");</span><br><span>              if (!search) {</span><br><span style="color: hsl(0, 100%, 40%);">-                  ast_log(LOG_ERROR, "Unable to allocate memory for vaiable '@pjsip_wizard'.\n");</span><br><span style="color: hsl(120, 100%, 40%);">+                     ast_log(LOG_ERROR, "Unable to allocate memory for variable '@pjsip_wizard'.\n");</span><br><span>                   break;</span><br><span>               }</span><br><span>            otw->wizard->retrieve_multiple(sorcery, otw->wizard_data, object_type, existing, search);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17290">change 17290</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/+/17290"/><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: Ic1332f94db58fd052844c01a928975b02db25b62 </div>
<div style="display:none"> Gerrit-Change-Number: 17290 </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>