[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: typo on vote/2001/vote_0001_results.dot



Hi victory,

On Fri, Nov 24, 2006 at 10:53:25AM +0900, victory wrote:
> http://www.debian.org/vote/2001/vote_0001
> Bdale Garbee-> Anand Kumria (178-20)
> it's 168 on the image, but probably 158 is correct?

that's a very good catch!

> ----------------------------------------------------------------
> Index: vote_0001_results.dot
> ===================================================================
> RCS file: /cvs/webwml/webwml/english/vote/2001/vote_0001_results.dot,v
> retrieving revision 1.2
> diff -u -u -r1.2 vote_0001_results.dot
> --- vote_0001_results.dot	25 Apr 2005 16:47:25 -0000	1.2
> +++ vote_0001_results.dot	24 Nov 2006 01:48:52 -0000
> @@ -12,7 +12,7 @@
>   "Ben Collins" -> "Bdale Garbee" [ label="30" ];
>   "Ben Collins" -> "None of the Above" [ label="142" ];
>   "Bdale Garbee" [ style="filled" , fontname="Helvetica", fontsize=10  ];
> - "Bdale Garbee" -> "Anand Kumria" [ label="168" ];
> + "Bdale Garbee" -> "Anand Kumria" [ label="158" ];
>   "Bdale Garbee" -> "None of the Above" [ label="169" ];
>   "None of the Above" [ style="filled" , shape=diamond, fontcolor="Red", fontname="Helvetica", fontsize=10  ];
>  }

I think you're right. I read the voting thread and it seems that a few
persons tried to verify the result. I failed and could only verify the
number "20":

$ cat results | awk ' { brandon=substr($1,1,1); anand=substr($1,2,1); \
ben=substr($1,3,1); bdale=substr($1,4,1); none=substr($1,5,1); if \
(bdale!="-" && anand!="-" && bdale>anand) print bdale " " anand; }' | wc -l
20

Committed.
Jens



Reply to: