filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b824634cbdc7bcacb0b67b8b1bcd17846273e85a
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Dec 16 11:30:19 2021 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Dec 16 12:53:55 2021 +0100

    Fix typos
    
    Change-Id: I837a135f6c94c9dbdd91c5642b92aa48800118f1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126909
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 52b0cd90f058..5195c3177651 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -522,7 +522,7 @@
 
         <xsl:choose>
             <xsl:when test="name() = 'text:tab'">
-                <!-- every frame sibling have to be incapuslated within a div 
with left indent  -->
+                <!-- every frame sibling have to be encapsulated within a div 
with left indent  -->
                 <xsl:element name="span">
                     <xsl:choose>
                         <xsl:when test="count($tabStops/style:tab-stop) &gt; 0 
and count($tabStops/style:tab-stop) &lt; 3">
@@ -816,7 +816,7 @@
                 <xsl:choose>
                     <xsl:when test="normalize-space(.) != ''">
                         <!-- every following frame sibling till the next 
draw:frame
-                            have to be incapuslated within a div with left 
indent.
+                            have to be encapsulated within a div with left 
indent.
                             To be moved altogether according the indent 
(usually right) -->
                         <xsl:comment>Next 'div' added for 
floating.</xsl:comment>
                         <xsl:element name="div">
@@ -828,7 +828,7 @@
                             <xsl:apply-templates select=".">
                                 <xsl:with-param name="globalData" 
select="$globalData"/>
                             </xsl:apply-templates>
-                            <!-- if it is a frame sibling it will be NOT 
incapuslated within the div (as already within one) -->
+                            <!-- if it is a frame sibling it will be NOT 
encapsulated within the div (as already within one) -->
                             <xsl:if test="not($nextSiblingIsFrame)">
                                 <xsl:apply-templates 
select="following-sibling::node()[1]" mode="frameFloating">
                                     <xsl:with-param name="globalData" 
select="$globalData"/>

Reply via email to