diff options
author | Tuncer Ayaz <[email protected]> | 2011-11-15 18:11:10 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:11 +0100 |
commit | c64874d71272a73ac1a6c2f7b2fbd450fdb5322b (patch) | |
tree | 4f9adea249b2f7c7c438cd14edadeb5883ae715c /lib/inets/src/http_server | |
parent | f4f52a7e9d2f44b130ae94228c0ef14eb6c9aade (diff) | |
download | otp-c64874d71272a73ac1a6c2f7b2fbd450fdb5322b.tar.gz otp-c64874d71272a73ac1a6c2f7b2fbd450fdb5322b.tar.bz2 otp-c64874d71272a73ac1a6c2f7b2fbd450fdb5322b.zip |
Fix typo in mod_responsecontrol.erl
Diffstat (limited to 'lib/inets/src/http_server')
-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 989f45db20..6af5f6211e 100644 --- a/lib/inets/src/http_server/mod_responsecontrol.erl +++ b/lib/inets/src/http_server/mod_responsecontrol.erl @@ -211,7 +211,7 @@ compare_etags(Tag,Etags) -> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% -%% Control if the file is modificated %% +%% Control if the file is modified %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |