You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/06/04 09:00:56 UTC

[openoffice] branch AOO42X updated: Fixed typos

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 5b0494d9a3 Fixed typos
5b0494d9a3 is described below

commit 5b0494d9a343c972b8c1d0727053445e43619fa2
Author: mseidel <ms...@apache.org>
AuthorDate: Sun Jun 4 10:59:51 2023 +0200

    Fixed typos
    
    (cherry picked from commit b8a3374c8b1f7efd88990f70277717ff968f527c)
---
 main/helpauthoring/help/en-US/help.tree                    |  4 ++--
 .../help/en-US/org.openoffice.helpauthoring/ha-docroot.xhp | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/main/helpauthoring/help/en-US/help.tree b/main/helpauthoring/help/en-US/help.tree
index d9000f8303..481982d090 100644
--- a/main/helpauthoring/help/en-US/help.tree
+++ b/main/helpauthoring/help/en-US/help.tree
@@ -19,7 +19,7 @@
  * under the License.
  *
  ***********************************************************-->
-<tree_view version="24-Aug-2004">
+<tree_view version="3.0.1">
 	<help_section application="ooha" id="oacbi" title="OpenOffice Help Authoring">
 	<topic id="ooha/org.openoffice.helpauthoring/helpauthoring.xhp">Overview</topic>
 	<topic id="ooha/org.openoffice.helpauthoring/ha-docroot.xhp">Setting the Document Root</topic>
@@ -30,7 +30,7 @@
 	<topic id="ooha/org.openoffice.helpauthoring/ha-l10n.xhp">Localization</topic>
 	<topic id="ooha/org.openoffice.helpauthoring/ha-metadata.xhp">Document Meta Data</topic>
 	<topic id="ooha/org.openoffice.helpauthoring/ha-newfile.xhp">Creating a new Help File</topic>
-	<topic id="ooha/org.openoffice.helpauthoring/ha-spacialsections.xhp">Special Sections</topic>
+	<topic id="ooha/org.openoffice.helpauthoring/ha-specialsections.xhp">Special Sections</topic>
 	<topic id="ooha/org.openoffice.helpauthoring/ha-switch.xhp">Switching Content</topic>
 	<topic id="ooha/org.openoffice.helpauthoring/ha-transclude.xhp">Transcluding Content</topic>
 	<topic id="ooha/org.openoffice.helpauthoring/ha-validating.xhp">Validating a Help File</topic>
diff --git a/main/helpauthoring/help/en-US/org.openoffice.helpauthoring/ha-docroot.xhp b/main/helpauthoring/help/en-US/org.openoffice.helpauthoring/ha-docroot.xhp
index 87bddbf41f..0f7777ee67 100644
--- a/main/helpauthoring/help/en-US/org.openoffice.helpauthoring/ha-docroot.xhp
+++ b/main/helpauthoring/help/en-US/org.openoffice.helpauthoring/ha-docroot.xhp
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?><helpdocument version="1.0">
 <!--***********************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -8,20 +8,20 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  ***********************************************************-->
 
 
- 
+
 <meta>
 <topic id="topic_0805201012483523">
 <title xml-lang="en-US" id="tit">Setting the Document Root for Help Authoring</title>
@@ -35,8 +35,8 @@
 <bookmark_value>Help Authoring;Document Root</bookmark_value>
 </bookmark>
 <paragraph id="hd_id0804201004494931" role="heading" xml-lang="en-US" level="2">Setting the Document Root for Help Authoring</paragraph>
-<paragraph id="par_id080420100449499" role="paragraph" xml-lang="en-US">The document root entry is required to correctly compute relative URLs for images, links and trandscluded (embedded) content. Make sure that you always have your document root set correctly, before working on a help file (unless you know what you are doing).</paragraph>
+<paragraph id="par_id080420100449499" role="paragraph" xml-lang="en-US">The document root entry is required to correctly compute relative URLs for images, links and transcluded (embedded) content. Make sure that you always have your document root set correctly, before working on a help file (unless you know what you are doing).</paragraph>
 <paragraph id="par_id0804201004494922" role="paragraph" xml-lang="en-US">When working on core help files, i.e. the ones inside the helpcontent2 module, the document root must be set to the <emph>helpcontent2/source</emph> directory. For example, <item type="literal">/cws/so-cwsserv01/hcshared99/DEV300/ooo.m99/helpcontent2/source</item>.</paragraph>
 <paragraph id="par_id0804201004494943" role="paragraph" xml-lang="en-US">When working on extension help files, the document root must be set to the help/en-US directory that contains the directory named after the extension identifier. For example, <item type="literal">/cws/so-cwsserv01/anextension/DEV300/sun.m99/weird_ext/help/en-US</item>.</paragraph>
 </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>