diff options
author | Ingela Anderton Andin <[email protected]> | 2014-12-01 17:03:08 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-12-01 17:03:08 +0100 |
commit | 6f05b71163cb08aac06b2ad1dfaa70c752cc04e5 (patch) | |
tree | ccd029de78f9e944980bee5345f7e69a2040d007 /lib/inets/test/httpc_SUITE.erl | |
parent | d7142993ed372c7f51ba381d5166ec7707951670 (diff) | |
download | otp-6f05b71163cb08aac06b2ad1dfaa70c752cc04e5.tar.gz otp-6f05b71163cb08aac06b2ad1dfaa70c752cc04e5.tar.bz2 otp-6f05b71163cb08aac06b2ad1dfaa70c752cc04e5.zip |
inets: Fix typo
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpc_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl index 78d7ecbf61..63f8bc5bc6 100644 --- a/lib/inets/test/httpc_SUITE.erl +++ b/lib/inets/test/httpc_SUITE.erl @@ -106,7 +106,7 @@ only_simulated() -> empty_response_header, remote_socket_close, remote_socket_close_async, - process_leak_on_keepalive%, + process_leak_on_keepalive, transfer_encoding, transfer_encoding_identity, redirect_loop, |