summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xslt/export/spreadsheetml/table.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/export/spreadsheetml/table.xsl b/filter/source/xslt/export/spreadsheetml/table.xsl
index 6a8c8bddb76e..d450e6502a3c 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -423,7 +423,7 @@
<xsl:template name="optimized-row-repeating">
<xsl:param name="tableRow" />
<xsl:param name="repetition" />
- <!-- resource optimation: instead of '1' it will be '1000' and the column is not full -->
+ <!-- resource optimization: instead of '1' it will be '1000' and the column is not full -->
<xsl:param name="thresholdmax" select="512"/>
<xsl:param name="thresholdmin" select="256"/>