<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16871">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: desctitle<br><br>Change-Id: I5b435893be7280160e0b9d4a437a84ab3732529f<br>---<br>M main/pbx_functions.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/71/16871/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/main/pbx_functions.c b/main/pbx_functions.c</span><br><span>index bb3c663..08cc191 100644</span><br><span>--- a/main/pbx_functions.c</span><br><span>+++ b/main/pbx_functions.c</span><br><span>@@ -144,7 +144,7 @@</span><br><span> {</span><br><span>    struct ast_custom_function *acf;</span><br><span>     /* Maximum number of characters added by terminal coloring is 22 */</span><br><span style="color: hsl(0, 100%, 40%);">-     char infotitle[64 + AST_MAX_APP + 22], syntitle[40], destitle[40], argtitle[40], seealsotitle[40];</span><br><span style="color: hsl(120, 100%, 40%);">+    char infotitle[64 + AST_MAX_APP + 22], syntitle[40], desctitle[40], argtitle[40], seealsotitle[40];</span><br><span>  char info[64 + AST_MAX_APP], *synopsis = NULL, *description = NULL, *seealso = NULL;</span><br><span>         char stxtitle[40], *syntax = NULL, *arguments = NULL;</span><br><span>        int syntax_size, description_size, synopsis_size, arguments_size, seealso_size;</span><br><span>@@ -181,7 +181,7 @@</span><br><span>        snprintf(info, sizeof(info), "\n  -= Info about function '%s' =- \n\n", acf->name);</span><br><span>     term_color(infotitle, info, COLOR_MAGENTA, 0, sizeof(infotitle));</span><br><span>    term_color(syntitle, "[Synopsis]\n", COLOR_MAGENTA, 0, 40);</span><br><span style="color: hsl(0, 100%, 40%);">-   term_color(destitle, "[Description]\n", COLOR_MAGENTA, 0, 40);</span><br><span style="color: hsl(120, 100%, 40%);">+      term_color(desctitle, "[Description]\n", COLOR_MAGENTA, 0, 40);</span><br><span>    term_color(stxtitle, "[Syntax]\n", COLOR_MAGENTA, 0, 40);</span><br><span>  term_color(argtitle, "[Arguments]\n", COLOR_MAGENTA, 0, 40);</span><br><span>       term_color(seealsotitle, "[See Also]\n", COLOR_MAGENTA, 0, 40);</span><br><span>@@ -225,7 +225,7 @@</span><br><span>      }</span><br><span> </span><br><span>        ast_cli(a->fd, "%s%s%s\n\n%s%s\n\n%s%s\n\n%s%s\n\n%s%s\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                 infotitle, syntitle, synopsis, destitle, description,</span><br><span style="color: hsl(120, 100%, 40%);">+                 infotitle, syntitle, synopsis, desctitle, description,</span><br><span>                       stxtitle, syntax, argtitle, arguments, seealsotitle, seealso);</span><br><span> </span><br><span>   ast_free(arguments);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16871">change 16871</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/+/16871"/><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: I5b435893be7280160e0b9d4a437a84ab3732529f </div>
<div style="display:none"> Gerrit-Change-Number: 16871 </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>