summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorGregg King <smokedart@gmail.com>2013-02-28 18:11:24 -0400
committerEike Rathke <erack@redhat.com>2013-03-02 02:45:55 +0000
commitdb7a441342f7a22d23492dbd25b113e9573db192 (patch)
treee599f39d757a43af20bc16851072c396634da07d /filter/source/xslt
parent9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff)
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'filter/source/xslt')
-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 810e1a20bef6..336e60907cc7 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -818,7 +818,7 @@
<!-- issue in Excel: can not have an empty 'DateTime' cell -->
<xsl:attribute name="ss:Type">DateTime</xsl:attribute>
<!-- Gathering information of two StarOffice date/time attributes
- Excel always needs both informations in one attribute -->
+ Excel always needs both pieces of information in one attribute -->
<xsl:choose>
<xsl:when test="@office:date-value">
<!-- office:date-value may contain time (after 'T')-->