diff options
author | Lorenzo Bolla <[email protected]> | 2019-03-31 17:13:23 +0100 |
---|---|---|
committer | Lorenzo Bolla <[email protected]> | 2019-03-31 17:13:23 +0100 |
commit | 3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a (patch) | |
tree | 3271e8b8d9720ad929339dcac274466e9333cb4a /lib/inets/src | |
parent | 97bd138d220bcb863a7e09dd420f879137c09a6c (diff) | |
download | otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.tar.gz otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.tar.bz2 otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.zip |
Fix various spelling mistakes
Fix ERL-541 and various other unreported spelling mistakes.
Diffstat (limited to 'lib/inets/src')
-rw-r--r-- | lib/inets/src/http_server/mod_responsecontrol.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_server/mod_responsecontrol.erl b/lib/inets/src/http_server/mod_responsecontrol.erl index 07129940a5..a32ba65c22 100644 --- a/lib/inets/src/http_server/mod_responsecontrol.erl +++ b/lib/inets/src/http_server/mod_responsecontrol.erl @@ -71,7 +71,7 @@ do_responsecontrol(Info) -> %% If a client sends more then one of the if-XXXX fields in a request -%% The standard says it does not specify the behaviuor so I specified it :-) +%% The standard says it does not specify the behaviour so I specified it :-) %% The priority between the fields is %% 1.If-modified %% 2.If-Unmodified |