diff options
author | Tuncer Ayaz <[email protected]> | 2012-04-10 12:47:23 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2012-07-05 21:34:23 +0200 |
commit | 8af5bd5e01cef3f0ebb760e9c7e4cea0452a270f (patch) | |
tree | 7c48379f647e085e2f01d569ebb2d9dc9be64270 /lib/inets/src | |
parent | 14f6a66f6410e1665ad39e95158420b0a45634d6 (diff) | |
download | otp-8af5bd5e01cef3f0ebb760e9c7e4cea0452a270f.tar.gz otp-8af5bd5e01cef3f0ebb760e9c7e4cea0452a270f.tar.bz2 otp-8af5bd5e01cef3f0ebb760e9c7e4cea0452a270f.zip |
Fix various code typos for R15B02
Diffstat (limited to 'lib/inets/src')
-rw-r--r-- | lib/inets/src/http_client/httpc_handler.erl | 2 |
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 b8c34bd99b..fb6879bf4d 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 |