help3xsl/online_transform.xsl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit db87b18567de43711fcc476bfd6dc7dd8a4654de
Author:     Olivier Hallot <[email protected]>
AuthorDate: Thu Jul 9 13:38:33 2026 -0300
Commit:     Olivier Hallot <[email protected]>
CommitDate: Thu Jul 9 18:46:45 2026 +0200

    Typos
    
    Change-Id: Ib389bf6b7c14f8caa15a49da87eb28f5ccc2ef78
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/207900
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index ea66c3ec8d..0a3e4ca64d 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -97,7 +97,7 @@
 <xsl:variable name="donate_img" 
select="concat($img_url_prefix,'helpimg/donate.png')"/>
 
 <!-- Strings for the help UI page -->
-<xsl:variable name="url_cannonical" select="'https://help.libreoffice.org/'"/>
+<xsl:variable name="url_canonical" select="'https://help.libreoffice.org/'"/>
 <xsl:variable name="tmp_href_ui"><xsl:value-of 
select="concat($urlpre,'text/shared/help/browserhelp.xhp')"/></xsl:variable>
 <xsl:variable name="tmp_doc_ui" select="document($tmp_href_ui)"/>
 <xsl:variable name="ui_contents"><xsl:apply-templates 
select="$tmp_doc_ui//variable[@id='contents']"/></xsl:variable>
@@ -194,7 +194,7 @@
         <xsl:if test="//topic[@indexer='exclude']">
             <meta name="robots" content="noindex"/>
         </xsl:if>
-        <link rel="cannonical" 
href="{$url_cannonical}{$productversion}/{$lang}{$htmlpage}"/>
+        <link rel="canonical" 
href="{$url_canonical}{$productversion}/{$lang}{$htmlpage}"/>
     </head>
     <body>
     <header id="TopLeftHeader">

Reply via email to