diff options
author | Henrik Nord <[email protected]> | 2013-12-13 12:40:21 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2013-12-13 12:40:25 +0100 |
commit | 7d4e5e2458e0627882f49078b9757dd6ae21a6fe (patch) | |
tree | 8f39560e710ce919136a5068bfc14efd590ecccd /lib/inets/doc | |
parent | fa6407f35c12156a9ed2eb25fb131e1ef5c7f0e4 (diff) | |
parent | 272c3eb7257a33e072a8127310e618dd48c1b3db (diff) | |
download | otp-7d4e5e2458e0627882f49078b9757dd6ae21a6fe.tar.gz otp-7d4e5e2458e0627882f49078b9757dd6ae21a6fe.tar.bz2 otp-7d4e5e2458e0627882f49078b9757dd6ae21a6fe.zip |
Merge branch 'wmalik/httpc_spelling'
* wmalik/httpc_spelling:
fixed a spelling mistake in httpc doc
OTP-11538
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 357a62381d..37eb7ba718 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -387,7 +387,7 @@ Receiver(ReplyInfo) </pre> </item> - <tag><c><![CDATA[{Module, Funcion, Args}]]></c></tag> + <tag><c><![CDATA[{Module, Function, Args}]]></c></tag> <item> <p>Information will be delivered to the receiver via calls to the callback function: </p> |