Correct spelling of "weight" throughout the code.

"Weight" was misspelled "weigth" in several places in the code
and comments.

Signed-off-by: Benjamin Fogel <nystire@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Benjamin 2013-10-04 02:04:51 +03:00 committed by Dirk Hohndel
parent 9961cf13b1
commit fb5ae28865
4 changed files with 9 additions and 9 deletions

View file

@ -62,10 +62,10 @@
</xsl:otherwise>
</xsl:choose>
<xsl:if test="WEIGTH != ''">
<xsl:if test="WEIGHT != ''">
<weightsystem>
<xsl:attribute name="weight">
<xsl:value-of select="concat(translate(WEIGTH, ',', '.'), ' kg')"/>
<xsl:value-of select="concat(translate(WEIGHT, ',', '.'), ' kg')"/>
</xsl:attribute>
</weightsystem>
</xsl:if>