[asterisk-bugs] [JIRA] (ASTERISK-24198) Typo's
Walter Doekes (JIRA)
noreply at issues.asterisk.org
Thu Aug 21 16:55:28 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Walter Doekes updated ASTERISK-24198:
-------------------------------------
Description:
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.)
h2. 12+
{noformat}
--- main/uuid.c (revision 420655)
+++ main/uuid.c (working copy)
@@ -109,7 +109,7 @@
* or /dev/urandom not existing on systems in this age is next to none.
*/
- /* XXX Currently, we only protect this call if the user has no /dev/urandon on their system.
+ /* XXX Currently, we only protect this call if the user has no /dev/urandom on their system.
* If it turns out that there are issues with UUID generation despite the presence of
* /dev/urandom, then we may need to make the locking/unlocking unconditional.
*/
{noformat}
h2. 1.8+
{noformat}
ast_debug(4, "Sending this call to the invite/replcaes handler %s\n", p->callid);
{noformat}
was:
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.)
h2. 12+
{noformat}
--- main/uuid.c (revision 420655)
+++ main/uuid.c (working copy)
@@ -109,7 +109,7 @@
* or /dev/urandom not existing on systems in this age is next to none.
*/
- /* XXX Currently, we only protect this call if the user has no /dev/urandon on their system.
+ /* XXX Currently, we only protect this call if the user has no /dev/urandom on their system.
* If it turns out that there are issues with UUID generation despite the presence of
* /dev/urandom, then we may need to make the locking/unlocking unconditional.
*/
{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.)
> h2. 12+
> {noformat}
> --- main/uuid.c (revision 420655)
> +++ main/uuid.c (working copy)
> @@ -109,7 +109,7 @@
> * or /dev/urandom not existing on systems in this age is next to none.
> */
>
> - /* XXX Currently, we only protect this call if the user has no /dev/urandon on their system.
> + /* XXX Currently, we only protect this call if the user has no /dev/urandom on their system.
> * If it turns out that there are issues with UUID generation despite the presence of
> * /dev/urandom, then we may need to make the locking/unlocking unconditional.
> */
> {noformat}
> h2. 1.8+
> {noformat}
> ast_debug(4, "Sending this call to the invite/replcaes handler %s\n", p->callid);
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list