diff options
author | Björn Gustavsson <[email protected]> | 2017-03-03 11:46:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-03 11:46:19 +0100 |
commit | 6df4e8aaf35488defd19c468395f4a5ae9714ada (patch) | |
tree | c9c1ac2c4a3ccc6f6a0c987a9f0f4cf9437b8df4 /lib/dialyzer | |
parent | 79422f489a619df0bb6fcd32ce494fb9cefdaa12 (diff) | |
parent | eb437db9e7df90d5e72d6314ee7c49cbde77135a (diff) | |
download | otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.tar.gz otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.tar.bz2 otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.zip |
Merge pull request #1359 from myronmarston/fix-length-typo
Fix typos: lenght -> length
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/test/r9c_SUITE_data/src/inets/httpd_response.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/r9c_SUITE_data/src/inets/httpd_response.erl b/lib/dialyzer/test/r9c_SUITE_data/src/inets/httpd_response.erl index 47c7fc1b8d..50e0e42786 100644 --- a/lib/dialyzer/test/r9c_SUITE_data/src/inets/httpd_response.erl +++ b/lib/dialyzer/test/r9c_SUITE_data/src/inets/httpd_response.erl @@ -34,7 +34,7 @@ -define(PROCEED_RESPONSE(StatusCode, Info), {proceed, [{response,{already_sent, StatusCode, - httpd_util:key1search(Info#mod.data,content_lenght)}}]}). + httpd_util:key1search(Info#mod.data,content_length)}}]}). -include("httpd.hrl"). |