<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16816">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: configuration<br><br>Change-Id: I08cf9201e3b86c7d3b386a7f1942367fd1b3a911<br>---<br>M apps/app_minivm.c<br>M apps/app_skel.c<br>M channels/chan_dahdi.c<br>M channels/console_video.c<br>M configs/samples/sip.conf.sample<br>M include/asterisk/doxyref.h<br>M res/parking/res_parking.h<br>M res/res_pjsip/pjsip_options.c<br>8 files changed, 8 insertions(+), 8 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/16/16816/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_minivm.c b/apps/app_minivm.c</span><br><span>index 130b489..7e159e4 100644</span><br><span>--- a/apps/app_minivm.c</span><br><span>+++ b/apps/app_minivm.c</span><br><span>@@ -3547,7 +3547,7 @@</span><br><span>  return(load_config(1));</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/*! \brief Reload cofiguration */</span><br><span style="color: hsl(120, 100%, 40%);">+/*! \brief Reload configuration */</span><br><span> static char *handle_minivm_reload(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)</span><br><span> {</span><br><span> </span><br><span>diff --git a/apps/app_skel.c b/apps/app_skel.c</span><br><span>index e0b8bca..8d5f314 100644</span><br><span>--- a/apps/app_skel.c</span><br><span>+++ b/apps/app_skel.c</span><br><span>@@ -391,7 +391,7 @@</span><br><span>         );</span><br><span> </span><br><span>       if (!cfg) {</span><br><span style="color: hsl(0, 100%, 40%);">-             ast_log(LOG_ERROR, "Couldn't access configuratino data!\n");</span><br><span style="color: hsl(120, 100%, 40%);">+            ast_log(LOG_ERROR, "Couldn't access configuration data!\n");</span><br><span>           return -1;</span><br><span>   }</span><br><span> </span><br><span>diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c</span><br><span>index 074bfcc..7ade9b7 100644</span><br><span>--- a/channels/chan_dahdi.c</span><br><span>+++ b/channels/chan_dahdi.c</span><br><span>@@ -17869,7 +17869,7 @@</span><br><span> </span><br><span> /*! process_dahdi() - ignore keyword 'channel' and similar */</span><br><span> #define PROC_DAHDI_OPT_NOCHAN  (1 << 0)</span><br><span style="color: hsl(0, 100%, 40%);">-/*! process_dahdi() - No warnings on non-existing cofiguration keywords */</span><br><span style="color: hsl(120, 100%, 40%);">+/*! process_dahdi() - No warnings on non-existing configuration keywords */</span><br><span> #define PROC_DAHDI_OPT_NOWARN  (1 << 1)</span><br><span> </span><br><span> static void parse_busy_pattern(struct ast_variable *v, struct ast_dsp_busy_pattern *busy_cadence)</span><br><span>diff --git a/channels/console_video.c b/channels/console_video.c</span><br><span>index 4bf2918..0a61bdf 100644</span><br><span>--- a/channels/console_video.c</span><br><span>+++ b/channels/console_video.c</span><br><span>@@ -234,7 +234,7 @@</span><br><span>  * The overall descriptor, with room for config info, video source and</span><br><span>  * received data descriptors, SDL info, etc.</span><br><span>  * This should be globally visible to all modules (grabber, vcodecs, gui)</span><br><span style="color: hsl(0, 100%, 40%);">- * and contain all configurtion info.</span><br><span style="color: hsl(120, 100%, 40%);">+ * and contain all configuration info.</span><br><span>  */</span><br><span> struct video_desc {</span><br><span>         char codec_name[64];        /* the codec we use */</span><br><span>diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample</span><br><span>index 5c70ba4..ed8fd09 100644</span><br><span>--- a/configs/samples/sip.conf.sample</span><br><span>+++ b/configs/samples/sip.conf.sample</span><br><span>@@ -114,7 +114,7 @@</span><br><span> ; ----------------------------------------------------------------------------</span><br><span> </span><br><span> ; ** Old configuration options **</span><br><span style="color: hsl(0, 100%, 40%);">-; The "call-limit" configuation option is considered old is replaced</span><br><span style="color: hsl(120, 100%, 40%);">+; The "call-limit" configuration option is considered old is replaced</span><br><span> ; by new functionality. To enable callcounters, you use the new</span><br><span> ; "callcounter" setting (for extension states in queue and subscriptions)</span><br><span> ; You are encouraged to use the dialplan groupcount functionality</span><br><span>diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h</span><br><span>index 73da187..f1e48c0 100644</span><br><span>--- a/include/asterisk/doxyref.h</span><br><span>+++ b/include/asterisk/doxyref.h</span><br><span>@@ -220,7 +220,7 @@</span><br><span>  *     exten => 1234,1,set(xmasattribute=tomtegröt)</span><br><span>  *</span><br><span>  * - Some channels also supports setting channel variables with the \b setvar=</span><br><span style="color: hsl(0, 100%, 40%);">- *   configuraiton option for a device or line.</span><br><span style="color: hsl(120, 100%, 40%);">+ *   configuration option for a device or line.</span><br><span>  *</span><br><span>  * \section AstChanVar_globalvars Global Variables</span><br><span>  * Global variables can also be set in the [globals] section of extensions.conf. The</span><br><span>diff --git a/res/parking/res_parking.h b/res/parking/res_parking.h</span><br><span>index a1a5f49..f07589d 100644</span><br><span>--- a/res/parking/res_parking.h</span><br><span>+++ b/res/parking/res_parking.h</span><br><span>@@ -367,7 +367,7 @@</span><br><span>  * \since 12.0.0</span><br><span>  * \brief Remove extensions belonging to a parking lot configuration</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \param lot_cfg parking lot configuratin to remove extensions from</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param lot_cfg parking lot configuration to remove extensions from</span><br><span>  *</span><br><span>  * \note This will not remove extensions registered non-exclusively even</span><br><span>  *       if those extensions were registered by lot_cfg. Those are only</span><br><span>diff --git a/res/res_pjsip/pjsip_options.c b/res/res_pjsip/pjsip_options.c</span><br><span>index e1f048e..cc0b5db 100644</span><br><span>--- a/res/res_pjsip/pjsip_options.c</span><br><span>+++ b/res/res_pjsip/pjsip_options.c</span><br><span>@@ -1071,7 +1071,7 @@</span><br><span> struct sip_options_synchronize_aor_task_data {</span><br><span>     /*! \brief The AOR options for this AOR */</span><br><span>   struct sip_options_aor *aor_options;</span><br><span style="color: hsl(0, 100%, 40%);">-    /*! \brief The AOR which contains the new configuraton */</span><br><span style="color: hsl(120, 100%, 40%);">+     /*! \brief The AOR which contains the new configuration */</span><br><span>   struct ast_sip_aor *aor;</span><br><span>     /*! \brief Optional container of existing AOR s*/</span><br><span>    struct ao2_container *existing;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16816">change 16816</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/+/16816"/><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: I08cf9201e3b86c7d3b386a7f1942367fd1b3a911 </div>
<div style="display:none"> Gerrit-Change-Number: 16816 </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>