aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-08-29 16:10:30 +0200
committerHenrik Nord <[email protected]>2012-08-29 16:10:30 +0200
commit0f89d26db03c7db52e49c75b238438b79684872f (patch)
tree96029519f7777bc814212b8120da3f8c786c586c /lib/inets
parent02fd7f5c277ae599d52c9d618880de91a6fc2025 (diff)
parent2890aeb643cc8ac0b46eebebb2f26e7d348bbea1 (diff)
downloadotp-0f89d26db03c7db52e49c75b238438b79684872f.tar.gz
otp-0f89d26db03c7db52e49c75b238438b79684872f.tar.bz2
otp-0f89d26db03c7db52e49c75b238438b79684872f.zip
Merge branch 'maint'
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/src/http_client/httpc_handler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_handler.erl b/lib/inets/src/http_client/httpc_handler.erl
index 6fe05dec80..923213d34d 100644
--- a/lib/inets/src/http_client/httpc_handler.erl
+++ b/lib/inets/src/http_client/httpc_handler.erl
@@ -55,7 +55,7 @@
status_line, % {Version, StatusCode, ReasonPharse}
headers, % #http_response_h{}
body, % binary()
- mfa, % {Moduel, Function, Args}
+ mfa, % {Module, Function, Args}
pipeline = queue:new(), % queue()
keep_alive = queue:new(), % queue()
status, % undefined | new | pipeline | keep_alive | close | ssl_tunnel