From accbcfd4d4bbbe2fc234ec17de510bb852d2f6e0 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 19 May 2019 13:01:06 +0300 Subject: [PATCH] Fix typo --- web-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 84053d1fd..f68c7082a 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -2309,7 +2309,7 @@ while(1) { return $anyneg; } -=head2 http_download(host, port, page, destfile, [&error], [&callback], [sslmode], [user, pass], [timeout], [osdn-convert], [no-cache], [&headers]) +=head2 http_download(host, port, page, destfile, [&error], [&callback], [sslmode], [user], [pass], [timeout], [osdn-convert], [no-cache], [&headers]) Downloads data from a HTTP url to a local file or string. The parameters are :