<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17428">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">utils: Spelling fixes<br><br>Correct typos of the following word families:<br><br>command-line<br>immediately<br>extensions<br>momentarily<br>mustn't<br>numbered<br>bytes<br>caching<br><br>ASTERISK-29714<br><br>Change-Id: I8b2b125c5d4d2f9e87a58515c97468ad47ca44f8<br>---<br>M utils/astman.1<br>M utils/db1-ast/hash/README<br>M utils/db1-ast/hash/hash.h<br>M utils/db1-ast/mpool/mpool.c<br>M utils/extconf.c<br>M utils/frame.c<br>M utils/frame.h<br>7 files changed, 9 insertions(+), 9 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/17428/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/utils/astman.1 b/utils/astman.1</span><br><span>index 3ce46c9..dd1539d 100644</span><br><span>--- a/utils/astman.1</span><br><span>+++ b/utils/astman.1</span><br><span>@@ -69,7 +69,7 @@</span><br><span> .B hostname</span><br><span> </span><br><span> The host name or IP address to connect to (TCP port 5038). If astman</span><br><span style="color: hsl(0, 100%, 40%);">-fails to connect it will exit immidiately.</span><br><span style="color: hsl(120, 100%, 40%);">+fails to connect it will exit immediately.</span><br><span> </span><br><span> .SH USAGE</span><br><span> If \fBastman\fR has successfully cunnected to the manager port it will</span><br><span>diff --git a/utils/db1-ast/hash/README b/utils/db1-ast/hash/README</span><br><span>index 321de7d..8104318 100644</span><br><span>--- a/utils/db1-ast/hash/README</span><br><span>+++ b/utils/db1-ast/hash/README</span><br><span>@@ -34,7 +34,7 @@</span><br><span>               to standard out.</span><br><span>     tread2.c</span><br><span>             Takes</span><br><span style="color: hsl(0, 100%, 40%);">-                   butes of cache (ncached).</span><br><span style="color: hsl(120, 100%, 40%);">+                     bytes of cache (ncached).</span><br><span>            Reads key/data pairs from standard in and looks them up</span><br><span>              in the file hashtest.</span><br><span>        tverify.c</span><br><span>diff --git a/utils/db1-ast/hash/hash.h b/utils/db1-ast/hash/hash.h</span><br><span>index d07db6f..5a22bb1 100644</span><br><span>--- a/utils/db1-ast/hash/hash.h</span><br><span>+++ b/utils/db1-ast/hash/hash.h</span><br><span>@@ -160,7 +160,7 @@</span><br><span>  * the table, we can allocate extra pages.  So, an overflow page number has</span><br><span>  * the top 5 bits indicate which split point and the lower 11 bits indicate</span><br><span>  * which page at that split point is indicated (pages within split points are</span><br><span style="color: hsl(0, 100%, 40%);">- * numberered starting with 1).</span><br><span style="color: hsl(120, 100%, 40%);">+ * numbered starting with 1).</span><br><span>  */</span><br><span> </span><br><span> #define SPLITSHIFT  11</span><br><span>diff --git a/utils/db1-ast/mpool/mpool.c b/utils/db1-ast/mpool/mpool.c</span><br><span>index f095b27..9312d40 100644</span><br><span>--- a/utils/db1-ast/mpool/mpool.c</span><br><span>+++ b/utils/db1-ast/mpool/mpool.c</span><br><span>@@ -463,7 +463,7 @@</span><br><span> </span><br><span>        (void)fprintf(stderr, "%lu pages in the file\n", mp->npages);</span><br><span>   (void)fprintf(stderr,</span><br><span style="color: hsl(0, 100%, 40%);">-       "page size %lu, cacheing %lu pages of %lu page max cache\n",</span><br><span style="color: hsl(120, 100%, 40%);">+        "page size %lu, caching %lu pages of %lu page max cache\n",</span><br><span>        mp->pagesize, mp->curcache, mp->maxcache);</span><br><span>      (void)fprintf(stderr, "%lu page puts, %lu page gets, %lu page new\n",</span><br><span>          mp->pageput, mp->pageget, mp->pagenew);</span><br><span>diff --git a/utils/extconf.c b/utils/extconf.c</span><br><span>index 2da33a8..e30015a 100644</span><br><span>--- a/utils/extconf.c</span><br><span>+++ b/utils/extconf.c</span><br><span>@@ -19,7 +19,7 @@</span><br><span> </span><br><span> /*!</span><br><span>  * \file</span><br><span style="color: hsl(0, 100%, 40%);">- * A condensation of the pbx_config stuff, to read into exensions.conf, and provide an interface to the data there,</span><br><span style="color: hsl(120, 100%, 40%);">+ * A condensation of the pbx_config stuff, to read into extensions.conf, and provide an interface to the data there,</span><br><span>  * for operations outside of asterisk. A huge, awful hack.</span><br><span>  *</span><br><span>  */</span><br><span>diff --git a/utils/frame.c b/utils/frame.c</span><br><span>index 97b9596..136cf82 100644</span><br><span>--- a/utils/frame.c</span><br><span>+++ b/utils/frame.c</span><br><span>@@ -314,7 +314,7 @@</span><br><span> </span><br><span> /* --------------------------------------------------------------------</span><br><span>    Tests the character 'coal' for being a command line option character,</span><br><span style="color: hsl(0, 100%, 40%);">-   momentarrily '-'.</span><br><span style="color: hsl(120, 100%, 40%);">+   momentarily '-'.</span><br><span>    -------------------------------------------------------------------- */</span><br><span> int isoptionchar (char coal)</span><br><span> {</span><br><span>@@ -885,7 +885,7 @@</span><br><span>      /* Problem: what about i/o-file, 32? You might want a header</span><br><span>            on that? Better ignore this case. */</span><br><span>      break;</span><br><span style="color: hsl(0, 100%, 40%);">-       case 8:    /* An application musn't ask for this */</span><br><span style="color: hsl(120, 100%, 40%);">+       case 8:    /* An application mustn't ask for this */</span><br><span>        default:   /* This can't happen */</span><br><span>       assert( FALSE);</span><br><span>        }</span><br><span>diff --git a/utils/frame.h b/utils/frame.h</span><br><span>index 4bbc219..a19b2c9 100644</span><br><span>--- a/utils/frame.h</span><br><span>+++ b/utils/frame.h</span><br><span>@@ -121,7 +121,7 @@</span><br><span> </span><br><span> /* --------------------------------------------------------------------</span><br><span>    Tests the character 'coal' for being a command line option character,</span><br><span style="color: hsl(0, 100%, 40%);">-   momentarrily '/' or '-'.</span><br><span style="color: hsl(120, 100%, 40%);">+   momentarily '/' or '-'.</span><br><span>    -------------------------------------------------------------------- */</span><br><span> extern int isoptionchar (char coal);</span><br><span> </span><br><span>@@ -175,7 +175,7 @@</span><br><span>    that does not start with the optionchar. The filename is copied to</span><br><span>    newly allocated memory, a pointer to which is returned.</span><br><span>    The argument is marked as used. Therefore repeated use of this function</span><br><span style="color: hsl(0, 100%, 40%);">-   will yield a complete list of filenames on the commandline.</span><br><span style="color: hsl(120, 100%, 40%);">+   will yield a complete list of filenames on the command-line.</span><br><span>    If malloc() fails, the function does not return.</span><br><span>    -------------------------------------------------------------------- */</span><br><span> extern char *parsefilearg( int argcount, char *args[]);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17428">change 17428</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/+/17428"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: I8b2b125c5d4d2f9e87a58515c97468ad47ca44f8 </div>
<div style="display:none"> Gerrit-Change-Number: 17428 </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-MessageType: newchange </div>