diff options
author | Micael Karlberg <[email protected]> | 2010-05-27 14:27:05 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-05-27 14:27:05 +0000 |
commit | 141ff3c087ca856d21d0395ae9d31401028fd64b (patch) | |
tree | d1b745988f0d318ee8e61870b973936ac4464cf9 /lib/inets/src/inets_app/inets.erl | |
parent | 02e434b8befb2696adc98f23bcc195e1ae0539c3 (diff) | |
download | otp-141ff3c087ca856d21d0395ae9d31401028fd64b.tar.gz otp-141ff3c087ca856d21d0395ae9d31401028fd64b.tar.bz2 otp-141ff3c087ca856d21d0395ae9d31401028fd64b.zip |
OTP-8609: Made cookie handling more case insensitive.
OTP-8610: Some netscape cookie dates are given with a 2-digit year.
Diffstat (limited to 'lib/inets/src/inets_app/inets.erl')
-rw-r--r-- | lib/inets/src/inets_app/inets.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/inets_app/inets.erl b/lib/inets/src/inets_app/inets.erl index 7e3f862ee7..f1fa5fd997 100644 --- a/lib/inets/src/inets_app/inets.erl +++ b/lib/inets/src/inets_app/inets.erl @@ -533,7 +533,7 @@ error_to_exit(Where, {error, Reason}) -> %%----------------------------------------------------------------- -%% report_event(Serverity, Label, Service, Content) +%% report_event(Severity, Label, Service, Content) %% %% Parameters: %% Severity -> 0 =< integer() =< 100 |