[Asterisk-code-review] spelling: constancy (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:14 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16824 )
Change subject: spelling: constancy
......................................................................
spelling: constancy
Change-Id: I32edb4732758650029d59fb5ef487719c3ce06b3
---
M main/manager.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/16824/1
diff --git a/main/manager.c b/main/manager.c
index ab355a1..43917e7 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -7946,7 +7946,7 @@
/*!
* \note There is approximately a 1 in 1.8E19 chance that the following
* calculation will produce 0, which is an invalid ID, but due to the
- * properties of the rand() function (and the constantcy of s), that
+ * properties of the rand() function (and the constancy of s), that
* won't happen twice in a row.
*/
while ((session->managerid = ast_random() ^ (unsigned long) session) == 0) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16824
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I32edb4732758650029d59fb5ef487719c3ce06b3
Gerrit-Change-Number: 16824
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/70bbceb2/attachment.html>
More information about the asterisk-code-review
mailing list