[Popcon-commits] cvs commit to popularity-contest by ballombe

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Wed, 17 Mar 2004 05:04:47 -0700


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv14046

Modified Files:
	popcon-stat.pl 
Log Message:
Fix 'all submisions' typo. Thanks Gürkan Sengün.


Index: popcon-stat.pl
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-stat.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- popcon-stat.pl	15 Mar 2004 15:16:53 -0000	1.4
+++ popcon-stat.pl	17 Mar 2004 12:04:45 -0000	1.5
@@ -82,7 +82,7 @@
     push @tot,defined($subt{$_})?$subt{$_}:0;
   }
   @data=(\@dates,\@res,\@tot);
-  @labels=($arch, 'all submisions');
+  @labels=($arch, 'all submissions');
   $obj=Chart::Composite->new (600,400);
   $obj->set ('title' => "Number of submissions for $arch");
   $obj->set ('legend_labels' => \@labels);