aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-08-29 16:10:02 +0200
committerHenrik Nord <[email protected]>2012-08-29 16:10:10 +0200
commit2890aeb643cc8ac0b46eebebb2f26e7d348bbea1 (patch)
tree32f40dbe3bc70cad62ea0fd2688be4a764d7177d /lib/inets
parent293364854f6a404434bd221f4b64dcb4fb846bbf (diff)
parent541e986798f525add633b55349168eb1c75aa5cf (diff)
downloadotp-2890aeb643cc8ac0b46eebebb2f26e7d348bbea1.tar.gz
otp-2890aeb643cc8ac0b46eebebb2f26e7d348bbea1.tar.bz2
otp-2890aeb643cc8ac0b46eebebb2f26e7d348bbea1.zip
Merge branch 'ta/docsmaint' into maint
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245
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