From 88a77d0ddac584fbba7b2292e3e43d7154c0123b Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 26 Mar 2003 16:32:25 +0000 Subject: meuh --- grpmi/curl_download/test.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'grpmi/curl_download') diff --git a/grpmi/curl_download/test.pl b/grpmi/curl_download/test.pl index e7f36e17..21359c3d 100755 --- a/grpmi/curl_download/test.pl +++ b/grpmi/curl_download/test.pl @@ -15,7 +15,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# +# +# $Id$ +# #***************************************************************************** use strict; @@ -29,4 +31,4 @@ $| = 1; my $res = curl_download::download($ARGV[0], '/tmp', sub { $_[0] and printf "Progressing download, %d%% done.\r", 100*$_[1]/$_[0] }); -printf "Download finished. Results is (void resultas == success):\n%s\n", $res; +printf "Download finished. Results is (void results == success):\n%s\n", $res; -- cgit v1.2.1