Adjustsed BRAG to BRAGG, to accommodate the possibility of there being Green builds and Gold builds.
authorSimon Howkins <simonh@symbian.org>
Tue, 06 Oct 2009 15:20:57 +0100
changeset 606 7441b114b8c8
parent 605 2907b286c72a
child 607 3c858aa7a023
Adjustsed BRAG to BRAGG, to accommodate the possibility of there being Green builds and Gold builds.
common/tools/brag/brag.xsl
--- a/common/tools/brag/brag.xsl	Tue Oct 06 15:15:05 2009 +0100
+++ b/common/tools/brag/brag.xsl	Tue Oct 06 15:20:57 2009 +0100
@@ -18,7 +18,7 @@
 	<xsl:variable name="unknownCount" select="count(phase/step/failures[@level!='critical' and @level!='major' and @level!='minor']/failure)"/>
 
 	<h2>
-	Overall BRAG staus: 
+	Overall BRAGG staus: 
 	<xsl:choose>
 		<xsl:when test="$criticalCount != 0">BLACK</xsl:when>
 		<xsl:when test="$majorCount != 0">RED</xsl:when>