[asterisk-bugs] [JIRA] (ASTERISK-24198) Typo's

Walter Doekes (JIRA) noreply at issues.asterisk.org
Wed Dec 20 08:42:09 CST 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=240923#comment-240923 ] 

Walter Doekes commented on ASTERISK-24198:
------------------------------------------

They're still typo's.

{noformat}
$ git log -1 --format=oneline
a711ac25f1b6364552aa4fd09d1a16d303fd28f1 Merge "dns_core: Protect against array index violation."
{noformat}
{noformat}
$ wgrep . -E '[Rr]etreive|[Rr]ecieve' | sed -e 's/:[[:blank:]]*/: /'
./res/res_fax.c: <para>Filename of the image being sent/recieved for this FAX session. This field is not
./res/res_fax.c: <para>Total number of bad lines sent/recieved during this session. This field is not
./main/astobj2.c: * could have been waiting for a lock on weakproxy to retreive
./main/security_events.c: <parameter name="RecievedHash" required="false">
./include/asterisk/ast_version.h: /*! Retreive the Asterisk build options */
./include/asterisk/astobj2.h: * \param obj The object to retreive a weakproxy from
./include/asterisk.h: /*! Retreive the 'struct ast_module *' for the current module. */
{noformat}
{noformat}
$ wgrep . -E ' the the ' | wc -l
21
{noformat}
{noformat}
$ wgrep . -E ' (other|different) then' | sed -e 's/:[[:blank:]]*/: /'
./main/db.c: * First, the parameter binding syntax used here is slightly different then the other
./channels/chan_unistim.c: if (d->ssub[i] != NULL) { /* Found other subchannel active other then hangup'ed one */
{noformat}
{noformat}
$ wgrep . 'othterwise' | sed -e 's/:[[:blank:]]*/: /'
./apps/app_minivm.c: /* If there's a server e-mail address in the account, use that, othterwise template */
{noformat}

> Typo's
> ------
>
>                 Key: ASTERISK-24198
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24198
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Documentation
>            Reporter: Walter Doekes
>            Assignee: Walter Doekes
>            Severity: Trivial
>
> I wouldn't want to clutter the commit log with 1-letter fixes.
> So, thought I'd use this ticket to collect a few more typo's before committing.
> P.S. The below isn't something anyone could claim copyright over, so I figured the no-inline-patches rule doesn't need to apply. (Plus, if I commit it myself, it should be fine too.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list