diff options
author | Benjamin <nystire@gmail.com> | 2013-10-04 02:04:51 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-04 09:40:56 -0700 |
commit | fb5ae28865fec02b02f2b1be27192de2d2a9b389 (patch) | |
tree | 8e70323da996ee7fbd240757e1c4d5a1b2461779 /xslt/SuuntoSDM.xslt | |
parent | 9961cf13b13b03803b2c96ec5d2221cf18d46588 (diff) | |
download | subsurface-fb5ae28865fec02b02f2b1be27192de2d2a9b389.tar.gz |
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>
Diffstat (limited to 'xslt/SuuntoSDM.xslt')
-rw-r--r-- | xslt/SuuntoSDM.xslt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 7256952de..5c3b17373 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -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> |