mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
9961cf13b1
commit
fb5ae28865
4 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue