mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
main: Spelling fixes
Correct typos of the following word families: analysis nuisance converting although transaction desctitle acquire update evaluate thousand this dissolved management integrity reconstructed decrement further on irrelevant currently constancy anyway unconstrained featuregroups right larger evaluated encumbered languages digits authoritative framing blindxfer tolerate traverser exclamation perform permissions rearrangement performing processing declension happily duplicate compound hundred returns elicit allocate actually paths inheritance atxferdropcall earlier synchronization multiplier acknowledge across against thousands joyous manipulators guaranteed emulating soundfile ASTERISK-29714 Change-Id: I926ba4b11e9f6dd3fdd93170ab1f9b997910be70
This commit is contained in:
committed by
Friendly Automation
parent
31aaceac01
commit
ec877e0c27
@@ -111,7 +111,7 @@
|
||||
<xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" />
|
||||
</syntax>
|
||||
<description>
|
||||
<para>A 'Ping' action will ellicit a 'Pong' response. Used to keep the
|
||||
<para>A 'Ping' action will elicit a 'Pong' response. Used to keep the
|
||||
manager connection open.</para>
|
||||
</description>
|
||||
</manager>
|
||||
@@ -931,7 +931,7 @@
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para>This action will ellicit a <literal>Success</literal> response. Whenever
|
||||
<para>This action will elicit a <literal>Success</literal> response. Whenever
|
||||
a manager event is queued. Once WaitEvent has been called on an HTTP manager
|
||||
session, events will be generated and queued.</para>
|
||||
</description>
|
||||
@@ -7946,7 +7946,7 @@ static int generic_http_callback(struct ast_tcptls_session_instance *ser,
|
||||
/*!
|
||||
* \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) {
|
||||
|
||||
Reference in New Issue
Block a user