summaryrefslogtreecommitdiff
path: root/filter/source/xslt/common/math.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xslt/common/math.xsl')
-rw-r--r--filter/source/xslt/common/math.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/common/math.xsl b/filter/source/xslt/common/math.xsl
index 02298962b8b7..95d4c9c7d00e 100644
--- a/filter/source/xslt/common/math.xsl
+++ b/filter/source/xslt/common/math.xsl
@@ -206,7 +206,7 @@ Public Functions
</xsl:variable>
<xsl:choose>
<xsl:when test="$abs-x &gt; 1">
- <xsl:message>acos error : abs(<xsl:value-of select="$x"/>) greate then 1 !</xsl:message>
+ <xsl:message>acos error : abs(<xsl:value-of select="$x"/>) greater then 1 !</xsl:message>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="atan2">
@@ -231,7 +231,7 @@ Public Functions
</xsl:variable>
<xsl:choose>
<xsl:when test="$abs-x &gt; 1">
- <xsl:message>asin error : abs(<xsl:value-of select="$x"/>) greate then 1 !</xsl:message>
+ <xsl:message>asin error : abs(<xsl:value-of select="$x"/>) greater then 1 !</xsl:message>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="atan2">