aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-01-09 18:09:29 +0100
committerNiclas Axelsson <[email protected]>2011-03-02 19:45:10 +0100
commite38a935df26ca0f37fa17c6df771430de18f9043 (patch)
treed58581efafe53874bcdaf201b3f605cb4170378c
parente78debc9256aa1907422189381441316e70daf44 (diff)
downloadotp-e38a935df26ca0f37fa17c6df771430de18f9043.tar.gz
otp-e38a935df26ca0f37fa17c6df771430de18f9043.tar.bz2
otp-e38a935df26ca0f37fa17c6df771430de18f9043.zip
Fix typo in httpc documentation
-rw-r--r--lib/inets/doc/src/httpc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 5d1f027e24..bcdd2913e0 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -576,7 +576,7 @@ apply(Module, Function, [ReplyInfo | Args])
<func>
<name>cookie_header(Url) -> </name>
- <name>cookie_header(Url, Profile) -> header() | {error, Rason}</name>
+ <name>cookie_header(Url, Profile) -> header() | {error, Reason}</name>
<fsummary>Returns the cookie header that would be sent when
making a request to Url using the profile <c>Profile</c>.</fsummary>
<type>