summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2017-12-12 17:34:20 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2017-12-12 20:37:41 +0100
commitde8e57dbe34c7042701b810efc5aa111fee1a3de (patch)
tree4ff86a0b5dd635ea164eadba5b5e0bf7251a9e28
parent7217219e9cd8dcc4b9382ab13da804948565b7db (diff)
Fix more typos in help pages
Change-Id: Ie6af0ec57f921df31bcb096d12b9e8dd938c40ba Reviewed-on: https://gerrit.libreoffice.org/46337 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 5bf98f3fd366b056c0a56bcc54e106673b0d5cd5) Reviewed-on: https://gerrit.libreoffice.org/46338
-rw-r--r--source/text/sbasic/shared/03040000.xhp4
-rw-r--r--source/text/sbasic/shared/03150001.xhp2
-rw-r--r--source/text/scalc/01/data_form.xhp6
-rw-r--r--source/text/swriter/guide/indices_enter.xhp2
4 files changed, 7 insertions, 7 deletions
diff --git a/source/text/sbasic/shared/03040000.xhp b/source/text/sbasic/shared/03040000.xhp
index bed14881ab..02bf9d2304 100644
--- a/source/text/sbasic/shared/03040000.xhp
+++ b/source/text/sbasic/shared/03040000.xhp
@@ -193,7 +193,7 @@
<paragraph id="par_id051720170824103527" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
<paragraph role="heading" id="hd_id661512312593832" level="2" xml-lang="en-US">Additional VBA constants</paragraph>
- <paragraph role="paragraph" id="par_id111512312705893" xml-lang="en-US">The following constants are avalable when VBA compatibility mode is enabled</paragraph>
+ <paragraph role="paragraph" id="par_id111512312705893" xml-lang="en-US">The following constants are available when VBA compatibility mode is enabled</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
<table id="tab_id671512313939217">
@@ -205,7 +205,7 @@
<paragraph id="par_id891512312916493" role="tablehead" xml-lang="en-US">Hexadecimal (decimal) value</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id991512312965968" role="tablehead" xml-lang="en-US" >Desccription</paragraph>
+ <paragraph id="par_id991512312965968" role="tablehead" xml-lang="en-US" >Description</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/sbasic/shared/03150001.xhp b/source/text/sbasic/shared/03150001.xhp
index 915e3c8c15..f4e06dbe8c 100644
--- a/source/text/sbasic/shared/03150001.xhp
+++ b/source/text/sbasic/shared/03150001.xhp
@@ -101,7 +101,7 @@
<paragraph id="par_id771512153929215" role="tablecontents" xml-lang="en-US" localize="false">3</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id801512153944376" role="tablecontents" xml-lang="en-US" >Tueday</paragraph>
+ <paragraph id="par_id801512153944376" role="tablecontents" xml-lang="en-US" >Tuesday</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/scalc/01/data_form.xhp b/source/text/scalc/01/data_form.xhp
index 95dc5442e9..a4581b3fc0 100644
--- a/source/text/scalc/01/data_form.xhp
+++ b/source/text/scalc/01/data_form.xhp
@@ -36,7 +36,7 @@
</section>
<paragraph role="heading" id="hd_id291512503277077" level="2" xml-lang="en-US">Preparing the data entry form</paragraph>
- <paragraph role="paragraph" id="par_id221512503284514" xml-lang="en-US">To be effective, the Calc data table should have a header row, where each cell contents is the label of the column. The header cells contents becomes the label of each data field in the form.</paragraph>
+ <paragraph role="paragraph" id="par_id221512503284514" xml-lang="en-US">To be effective, the Calc data table should have a header row, where each cell contents is the label of the column. The header cells contents become the label of each data field in the form.</paragraph>
<paragraph role="heading" id="hd_id531512503300666" level="2" xml-lang="en-US">Activating the form</paragraph>
<list type="ordered">
@@ -44,7 +44,7 @@
<paragraph id="par_id551512503358101" role="listitem" xml-lang="en-US">Place the cursor in the header row of the table.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id11512503369875" role="listitem" xml-lang="en-US">Choose <item type="menutiem">Data - Form...</item>.</paragraph>
+ <paragraph id="par_id11512503369875" role="listitem" xml-lang="en-US">Choose <item type="menuitem">Data - Form...</item>.</paragraph>
</listitem>
</list>
<paragraph role="heading" id="hd_id361512503457039" level="2" xml-lang="en-US">Filling the form with data</paragraph>
@@ -65,7 +65,7 @@
<paragraph role="tip" id="par_id351512558748321" xml-lang="en-US">Use the <item type="input">Tab</item> and <item type="input">Shift-Tab</item> keys to jump forth and back between text boxes of the form dialog.</paragraph>
<paragraph role="tip" id="par_id731512558741034" xml-lang="en-US">You also can use the form scroll bar to move between text boxes.</paragraph>
<paragraph role="heading" id="hd_id701512558977465" level="2" xml-lang="en-US">Reopening the form dialog</paragraph>
- <paragraph role="paragraph" id="par_id181512558987528" xml-lang="en-US">To reopen the form dialog, place the cursor on the header row and open the form. The displayed record in the form dialog is the fisrt data record. Move to the last record before entering new data otherwise the current record will be edited.</paragraph>
+ <paragraph role="paragraph" id="par_id181512558987528" xml-lang="en-US">To reopen the form dialog, place the cursor on the header row and open the form. The displayed record in the form dialog is the first data record. Move to the last record before entering new data otherwise the current record will be edited.</paragraph>
<section id="relatedtopics">
<paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/data_forms.xhp" name="Forms">Document Forms</link></paragraph>
</section>
diff --git a/source/text/swriter/guide/indices_enter.xhp b/source/text/swriter/guide/indices_enter.xhp
index 9cceb3a615..3fd81468fc 100644
--- a/source/text/swriter/guide/indices_enter.xhp
+++ b/source/text/swriter/guide/indices_enter.xhp
@@ -65,7 +65,7 @@
<list type="ordered">
<listitem>
- <paragraph id="par_id3150933" role="listitem" xml-lang="en-US">Choose <item type="menuitem">Tools - </item><item type="menuitem">Chapter</item><item type="menuitem"> Numbering</item> and click the <emph>Numbering</emph> tab.</paragraph>
+ <paragraph id="par_id3150933" role="listitem" xml-lang="en-US">Choose <item type="menuitem">Tools - Chapter Numbering</item> and click the <emph>Numbering</emph> tab.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3150964" role="listitem" xml-lang="en-US">Select the paragraph style that you want to include in your table of contents in the <emph>Paragraph Style</emph> box.</paragraph>