diff options
author | Wasif Malik <[email protected]> | 2013-12-10 14:47:00 +0100 |
---|---|---|
committer | Wasif Malik <[email protected]> | 2013-12-10 14:47:00 +0100 |
commit | 272c3eb7257a33e072a8127310e618dd48c1b3db (patch) | |
tree | 3884232c87695a9f8a4331b536fa0391a370d28c | |
parent | 0ce1af08e397ff1af25f6d3359ad5032f67bf7a8 (diff) | |
download | otp-272c3eb7257a33e072a8127310e618dd48c1b3db.tar.gz otp-272c3eb7257a33e072a8127310e618dd48c1b3db.tar.bz2 otp-272c3eb7257a33e072a8127310e618dd48c1b3db.zip |
fixed a spelling mistake in httpc 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 db68cc3116..d057d91e61 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> |