diff options
author | Zandra Hird <[email protected]> | 2015-03-18 13:20:08 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-03-18 13:20:08 +0100 |
commit | 5f5aa9ef75e21d7351d489bc8e28697cbb23219a (patch) | |
tree | 38cf928d807091b83c5e1f3868ac17a6afced40a /lib | |
parent | 727546c80a5aea0cd48b407ed560c85662e381d0 (diff) | |
parent | 9974887159d18eb74620536df4aeb6a266816249 (diff) | |
download | otp-5f5aa9ef75e21d7351d489bc8e28697cbb23219a.tar.gz otp-5f5aa9ef75e21d7351d489bc8e28697cbb23219a.tar.bz2 otp-5f5aa9ef75e21d7351d489bc8e28697cbb23219a.zip |
Merge branch 'qrilka/patch-3' into maint
* qrilka/patch-3:
Minor comment fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/src/http_client/httpc_cookie.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/src/http_client/httpc_cookie.erl b/lib/inets/src/http_client/httpc_cookie.erl index ed306a84f5..35778d3ed5 100644 --- a/lib/inets/src/http_client/httpc_cookie.erl +++ b/lib/inets/src/http_client/httpc_cookie.erl @@ -115,8 +115,8 @@ maybe_dets_close(Db) -> %%-------------------------------------------------------------------- -%% Func: insert(CookieDb) -> ok -%% Purpose: Close the cookie db +%% Func: insert(CookieDb, Cookie) -> ok +%% Purpose: insert cookies into the cookie db %%-------------------------------------------------------------------- %% If no persistent cookie database is defined we |