# HG changeset patch # User Christophe Lincoln # Date 1304861239 -7200 # Node ID 974fba03d878597292d4f830f72914cddf22d62f # Parent bbcefe9f3642734d027c19ae706a096b94622fdd web: fix typo bloked --> blocked diff -r bbcefe9f3642 -r 974fba03d878 web/cooker.cgi --- a/web/cooker.cgi Sun May 08 14:17:03 2011 +0200 +++ b/web/cooker.cgi Sun May 08 15:27:19 2011 +0200 @@ -189,7 +189,7 @@ Commits to cook : $(cat $commits | wc -l) Current cooklist : $(cat $cooklist | wc -l) Broken packages : $(cat $broken | wc -l) -Bloked packages : $(cat $bloked | wc -l) +Blocked packages : $(cat $blocked | wc -l)