aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-11-15 18:11:10 +0100
committerTuncer Ayaz <[email protected]>2011-12-05 17:29:11 +0100
commitc64874d71272a73ac1a6c2f7b2fbd450fdb5322b (patch)
tree4f9adea249b2f7c7c438cd14edadeb5883ae715c
parentf4f52a7e9d2f44b130ae94228c0ef14eb6c9aade (diff)
downloadotp-c64874d71272a73ac1a6c2f7b2fbd450fdb5322b.tar.gz
otp-c64874d71272a73ac1a6c2f7b2fbd450fdb5322b.tar.bz2
otp-c64874d71272a73ac1a6c2f7b2fbd450fdb5322b.zip
Fix typo in mod_responsecontrol.erl
-rw-r--r--lib/inets/src/http_server/mod_responsecontrol.erl2
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 %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%