diff options
author | Kirilll Zaborsky <[email protected]> | 2015-05-28 18:20:12 +0300 |
---|---|---|
committer | Kirilll Zaborsky <[email protected]> | 2015-05-28 18:20:12 +0300 |
commit | 69dfa5599dc72db8addcad0f3b42a2b6716676ab (patch) | |
tree | 94591ea6fe35b19d26c214a1c01c1f89adc3ec0e /lib/megaco | |
parent | 2925fbba49237ff6b6e2691f52c4afb2c0447e46 (diff) | |
download | otp-69dfa5599dc72db8addcad0f3b42a2b6716676ab.tar.gz otp-69dfa5599dc72db8addcad0f3b42a2b6716676ab.tar.bz2 otp-69dfa5599dc72db8addcad0f3b42a2b6716676ab.zip |
Typo 'asynchroneous' fix
Diffstat (limited to 'lib/megaco')
-rw-r--r-- | lib/megaco/doc/src/megaco.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/doc/src/megaco.xml b/lib/megaco/doc/src/megaco.xml index dff1c3afc6..0a8dfe8a13 100644 --- a/lib/megaco/doc/src/megaco.xml +++ b/lib/megaco/doc/src/megaco.xml @@ -336,7 +336,7 @@ megaco_incr_timer() = #megaco_incr_timer{} <tag><c><![CDATA[request_keep_alive_timeout]]></c></tag> <item> <p>Specifies the timeout time for the request-keep-alive timer. </p> - <p>This timer is started when the <em>first</em> reply to an asynchroneous + <p>This timer is started when the <em>first</em> reply to an asynchronous request (issued using the <seealso marker="megaco#cast">megaco:cast/3</seealso> function) arrives. As long as this timer is running, replies will @@ -837,7 +837,7 @@ megaco_incr_timer() = #megaco_incr_timer{} <tag><c><![CDATA[request_keep_alive_timeout]]></c></tag> <item> <p>Specifies the timeout time for the request-keep-alive timer. </p> - <p>This timer is started when the <em>first</em> reply to an asynchroneous + <p>This timer is started when the <em>first</em> reply to an asynchronous request (issued using the <seealso marker="megaco#cast">megaco:cast/3</seealso> function) arrives. As long as this timer is running, replies will |