source/text/sbasic/shared/03/sf_dictionary.xhp |    2 +-
 source/text/sbasic/shared/03/sf_filesystem.xhp |    4 ++--
 source/text/sbasic/shared/03/sf_form.xhp       |    2 +-
 source/text/sbasic/shared/03/sf_l10n.xhp       |    2 +-
 source/text/sbasic/shared/03/sf_services.xhp   |    2 +-
 source/text/sbasic/shared/03/sf_textstream.xhp |    2 +-
 source/text/sbasic/shared/03/sf_timer.xhp      |    2 +-
 source/text/sbasic/shared/03070600.xhp         |    2 +-
 source/text/sbasic/shared/03170000.xhp         |    2 +-
 source/text/scalc/01/02220000.xhp              |    4 ++--
 source/text/scalc/01/04060103.xhp              |    2 +-
 source/text/scalc/01/04060110.xhp              |    2 +-
 source/text/scalc/01/func_convert.xhp          |    2 +-
 source/text/scalc/01/solver.xhp                |    2 +-
 source/text/scalc/01/solver_options.xhp        |    2 +-
 source/text/scalc/01/solver_options_algo.xhp   |    2 +-
 source/text/shared/01/02100000.xhp             |    2 +-
 source/text/smath/guide/color.xhp              |    2 +-
 source/text/swriter/01/05060100.xhp            |    2 +-
 19 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit cf2296c78c6aad2f57c6e1fa4e7c50a34f340f33
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Tue Jul 19 01:00:50 2022 -0500
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Jul 19 08:04:36 2022 +0200

    Fundamental confusion: *“Beware that” → “Be aware that”
    
    Change-Id: I7f6b830a87bbdf2380c32d515554cb9836b50848
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137211
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_dictionary.xhp 
b/source/text/sbasic/shared/03/sf_dictionary.xhp
index 7d94a6c9f..ba510c046 100644
--- a/source/text/sbasic/shared/03/sf_dictionary.xhp
+++ b/source/text/sbasic/shared/03/sf_dictionary.xhp
@@ -325,7 +325,7 @@
   </paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
   <paragraph role="paragraph" id="par_id69160139198061"><emph>inputstr</emph>: 
The string to import.</paragraph>
-  <paragraph role="paragraph" 
id="par_id201601391980268"><emph>overwrite</emph>: When 
<literal>True</literal>, entries with same name may exist in the dictionary and 
their values are overwritten. When <literal>False</literal> (default), repeated 
keys will raise an error. Beware that dictionary keys are not case-sensitive 
while names are case-sensitive in JSON strings.</paragraph>
+  <paragraph role="paragraph" 
id="par_id201601391980268"><emph>overwrite</emph>: When 
<literal>True</literal>, entries with same name may exist in the dictionary and 
their values are overwritten. When <literal>False</literal> (default), repeated 
keys will raise an error. Be aware that dictionary keys are not case-sensitive 
while names are case-sensitive in JSON strings.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
   <bascode>
     <paragraph role="bascode" localize="false" id="bas_id411601393205207">Dim 
s As String</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp 
b/source/text/sbasic/shared/03/sf_filesystem.xhp
index 9461b7604..0072c8290 100644
--- a/source/text/sbasic/shared/03/sf_filesystem.xhp
+++ b/source/text/sbasic/shared/03/sf_filesystem.xhp
@@ -428,7 +428,7 @@
       <paragraph role="pycode" localize="false" 
id="pyc_id471626216422324">fs.CopyFile(r"C:\Documents\my_file.odt", 
r"C:\Temp\copied_file.odt")</paragraph>
       <paragraph role="pycode" localize="false" 
id="pyc_id141626216422517">fs.CopyFile(r"C:\Documents\*.*", r"C:\Temp", 
overwrite = False)</paragraph>
     </pycode>
-    <note id="par_id411626216328023">Beware that subfolders and their contents 
are not copied when wildcards are used in the <emph>source</emph> 
argument.</note>
+    <note id="par_id411626216328023">Be aware that subfolders and their 
contents are not copied when wildcards are used in the <emph>source</emph> 
argument.</note>
 </section>
 
 <section id="CopyFolder">
@@ -521,7 +521,7 @@
       <paragraph role="pycode" localize="false" 
id="pyc_id291626217084462">fs.FileNaming = "SYS"</paragraph>
       <paragraph role="pycode" localize="false" 
id="pyc_id251626217084848">myFile = fs.CreateTextFile(r"C:\Temp\ThisFile.txt", 
overwrite = True)</paragraph>
     </pycode>
-    <note id="par_id141613001281573">To learn more about the names of 
character sets, visit <link 
href="https://www.iana.org/assignments/character-sets/character-sets.xhtml"; 
name="Character Sets">IANA's Character Set</link> page. Beware that 
%PRODUCTNAME does not implement all existing character sets.</note>
+    <note id="par_id141613001281573">To learn more about the names of 
character sets, visit <link 
href="https://www.iana.org/assignments/character-sets/character-sets.xhtml"; 
name="Character Sets">IANA's Character Set</link> page. Be aware that 
%PRODUCTNAME does not implement all existing character sets.</note>
 </section>
 
 <section id="DeleteFile">
diff --git a/source/text/sbasic/shared/03/sf_form.xhp 
b/source/text/sbasic/shared/03/sf_form.xhp
index d9515a222..667ab7cb1 100644
--- a/source/text/sbasic/shared/03/sf_form.xhp
+++ b/source/text/sbasic/shared/03/sf_form.xhp
@@ -640,7 +640,7 @@
    <paragraph role="paragraph" id="par_id161584541257982">The value returned 
by the <literal>Controls</literal> method depends on the arguments 
provided:</paragraph>
    <list type="unordered">
       <listitem>
-         <paragraph id="par_id421598179770993"  role="listitem" 
xml-lang="en-US">If the method is called <emph>without arguments</emph>, then 
it returns the list of the controls contained in the form. Beware that the 
returned list does not contain any subform controls.</paragraph>
+         <paragraph id="par_id421598179770993"  role="listitem" 
xml-lang="en-US">If the method is called <emph>without arguments</emph>, then 
it returns the list of the controls contained in the form. Be aware that the 
returned list does not contain any subform controls.</paragraph>
       </listitem>
       <listitem>
          <paragraph id="par_id81598185229301"  role="listitem" 
xml-lang="en-US">If the optional <literal>ControlName</literal> argument is 
provided, the method returns a <literal>FormControl</literal> class instance 
referring to the specified control.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp 
b/source/text/sbasic/shared/03/sf_l10n.xhp
index 453fe345a..b722e0078 100644
--- a/source/text/sbasic/shared/03/sf_l10n.xhp
+++ b/source/text/sbasic/shared/03/sf_l10n.xhp
@@ -70,7 +70,7 @@
     <paragraph role="paragraph" 
id="par_id591646219881864"><emph>encoding</emph>: The character set to be used. 
The default encoding is "UTF-8".</paragraph>
     <paragraph role="paragraph" 
id="par_id281646219882464"><emph>locale2</emph>: A string specifying the 
fallback locale to be used in case the PO file corresponding to the locale 
defined the <literal>locale</literal> parameter does not exist. This parameter 
is expressed in the form "la-CO" (language-COUNTRY) or "la" (language) 
only.</paragraph>
     <paragraph role="paragraph" 
id="par_id881646219882951"><emph>encoding2</emph>: The character set of the 
fallback PO file corresponding to the <literal>locale2</literal> argument. The 
default encoding is "UTF-8".</paragraph>
-    <note id="par_id141613001281573">To learn more about the names of 
character sets, visit <link 
href="https://www.iana.org/assignments/character-sets/character-sets.xhtml"; 
name="Character Sets">IANA's Character Set</link> page. Beware that 
%PRODUCTNAME does not implement all existing character sets.</note>
+    <note id="par_id141613001281573">To learn more about the names of 
character sets, visit <link 
href="https://www.iana.org/assignments/character-sets/character-sets.xhtml"; 
name="Character Sets">IANA's Character Set</link> page. Be aware that 
%PRODUCTNAME does not implement all existing character sets.</note>
     <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
     <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
     <paragraph role="paragraph" id="par_id891614358528334">The following 
example instantiates the <literal>L10N</literal> service without any optional 
arguments. This will only enable the <literal>AddText</literal> and 
<literal>ExportToPOTFile</literal> methods, which is useful for creating POT 
files.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_services.xhp 
b/source/text/sbasic/shared/03/sf_services.xhp
index e8462b426..582bf336c 100644
--- a/source/text/sbasic/shared/03/sf_services.xhp
+++ b/source/text/sbasic/shared/03/sf_services.xhp
@@ -92,7 +92,7 @@
     <paragraph role="pycode" localize="false" id="pyc_id241627644939717">bas = 
CreateScriptService("Basic")</paragraph>
     <paragraph role="pycode" localize="false" 
id="pyc_id841627644939897">bas.MsgBox("Hello World!")</paragraph>
   </pycode>
-  <note id="par_id581627645023307">Beware that the <literal>Basic</literal> 
service has to be instantiated in Python scripts using the 
<literal>CreateScriptService</literal> method.</note>
+  <note id="par_id581627645023307">Be aware that the <literal>Basic</literal> 
service has to be instantiated in Python scripts using the 
<literal>CreateScriptService</literal> method.</note>
 </section>
 
 <embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#SF_InternalUse"/>
diff --git a/source/text/sbasic/shared/03/sf_textstream.xhp 
b/source/text/sbasic/shared/03/sf_textstream.xhp
index 7505f09c2..bec2c7e57 100644
--- a/source/text/sbasic/shared/03/sf_textstream.xhp
+++ b/source/text/sbasic/shared/03/sf_textstream.xhp
@@ -170,7 +170,7 @@
       </tablecell>
     </tablerow>
   </table>
-  <note id="par_id141613001281573">To learn more about the names of character 
sets, visit <link 
href="https://www.iana.org/assignments/character-sets/character-sets.xhtml"; 
name="Character Sets">IANA's Character Set</link> page. Beware that 
%PRODUCTNAME does not implement all existing character sets.</note>
+  <note id="par_id141613001281573">To learn more about the names of character 
sets, visit <link 
href="https://www.iana.org/assignments/character-sets/character-sets.xhtml"; 
name="Character Sets">IANA's Character Set</link> page. Be aware that 
%PRODUCTNAME does not implement all existing character sets.</note>
 <table id="tab_id501611613601554">
    <tablerow>
      <tablecell colspan="3"><paragraph id="par_id891611613601554" 
role="tablehead">List of Methods in the TextStream 
Service</paragraph></tablecell>
diff --git a/source/text/sbasic/shared/03/sf_timer.xhp 
b/source/text/sbasic/shared/03/sf_timer.xhp
index b3c2ea2dd..a2996679e 100644
--- a/source/text/sbasic/shared/03/sf_timer.xhp
+++ b/source/text/sbasic/shared/03/sf_timer.xhp
@@ -268,7 +268,7 @@
     <paragraph role="pycode" localize="false" 
id="pyc_id921626871934776">myTimer.Terminate()</paragraph>
     <paragraph role="pycode" localize="false" 
id="pyc_id531626872457511">bas.MsgBox("{} {} {}".format(myTimer.Duration, 
myTimer.SuspendDuration, myTimer.TotalDuration))</paragraph>
   </pycode>
-  <note id="par_id391626872019832">Beware that the <literal>Wait</literal> 
function in Basic takes in a duration argument in milliseconds whereas the 
<literal>sleep</literal> function in Python uses seconds in its argument.</note>
+  <note id="par_id391626872019832">Be aware that the <literal>Wait</literal> 
function in BASIC takes in a duration argument in milliseconds whereas the 
<literal>sleep</literal> function in Python uses seconds in its argument.</note>
 
   <h2 id="hd_id431610989623086">Working with Multiple Timers</h2>
   <paragraph role="paragraph" id="par_id741610989639201">It is possible to 
instantiate multiple <literal>Timer</literal> services in parallel, which gives 
flexibility in measuring time in different parts of the code.</paragraph>
diff --git a/source/text/sbasic/shared/03070600.xhp 
b/source/text/sbasic/shared/03070600.xhp
index ed510a94c..8d759bd66 100644
--- a/source/text/sbasic/shared/03070600.xhp
+++ b/source/text/sbasic/shared/03070600.xhp
@@ -49,7 +49,7 @@
         <paragraph id="par_id91617303114774" role="listitem">The operation 
<literal>16 MOD 6</literal> returns 4, which is the remainder after dividing 16 
by 6.</paragraph>
     </listitem>
 </list>
-<note id="par_id921617302349290">Beware that Basic's <literal>MOD</literal> 
operator and Calc's <link href="text/scalc/01/04060106.xhp#bm_id3158247" 
name="MOD Function">MOD Function</link> behave differently. In Calc, both 
operands can be decimal values and they're not rounded before division, thus 
the resulting remainder may be a decimal value.</note>
+<note id="par_id921617302349290">Be aware that BASIC's <literal>MOD</literal> 
operator and Calc's <link href="text/scalc/01/04060106.xhp#bm_id3158247" 
name="MOD Function">MOD Function</link> behave differently. In Calc, both 
operands can be decimal values and they are not rounded before division, thus 
the resulting remainder may be a decimal value.</note>
 
 <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
 <bascode>
diff --git a/source/text/sbasic/shared/03170000.xhp 
b/source/text/sbasic/shared/03170000.xhp
index 7f5d824fb..12f39aa4b 100644
--- a/source/text/sbasic/shared/03170000.xhp
+++ b/source/text/sbasic/shared/03170000.xhp
@@ -35,7 +35,7 @@
   </section>
   <embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
   <paragraph role="paragraph" id="par_id741634154499890">This function 
implements the rounding rule known as "round-to-even". With this rule, whenever 
the difference between the number to be rounded and its nearest integer is 
equal to 0.5, the number is rounded to the nearest even number. See the 
examples <link href="text/sbasic/shared/03170000.xhp#round_example" 
name="round_ex_link">below</link> to learn more about this rule.</paragraph>
-  <note id="par_id691634217736290">Beware that VBA's <literal>Round</literal> 
function works differently than %PRODUCTNAME Calc's <literal>Round</literal> 
function. In Calc, if the difference between the number to be rounded and the 
nearest integer is exactly 0.5, then the number is rounded up. Hence, in Calc 
the number 2.5 is rounded to 3 whereas using VBA's <literal>Round</literal> 
function the value 2.5 is rounded to 2 due to the "round-to-even" rule.</note>
+  <note id="par_id691634217736290">Be aware that VBA's 
<literal>Round</literal> function works differently than %PRODUCTNAME Calc's 
<literal>Round</literal> function. In Calc, if the difference between the 
number to be rounded and the nearest integer is exactly 0.5, then the number is 
rounded up. Hence, in Calc the number 2.5 is rounded to 3 whereas using VBA's 
<literal>Round</literal> function the value 2.5 is rounded to 2 due to the 
"round-to-even" rule.</note>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id141634153766945">
     <input>Round(expression [,numdecimalplaces])</input>
diff --git a/source/text/scalc/01/02220000.xhp 
b/source/text/scalc/01/02220000.xhp
index 914d3f12a..7ee9f7e6b 100644
--- a/source/text/scalc/01/02220000.xhp
+++ b/source/text/scalc/01/02220000.xhp
@@ -35,8 +35,8 @@
   </section>
   <bookmark branch="hid/SC_HID_GOTOTABLE" xml-lang="en-US" id="bm_id3154128" 
localize="false"/>
   <h2 id="hd_id3125862">Type a sheet name</h2>
-  <paragraph role="paragraph" id="par_id3153975" xml-lang="en-US"><ahelp 
hid="SC_HID_GOTOTABLEMASK">Type some characters contained in the searched sheet 
name. List of sheets will be limited to the sheet names containing these 
characters. Search is case sensitive. If empty, all visible sheets are 
listed.</ahelp></paragraph>
+  <paragraph role="paragraph" id="par_id3153975" xml-lang="en-US"><ahelp 
hid="SC_HID_GOTOTABLEMASK">Type some characters contained in the searched sheet 
name. List of sheets will be limited to the sheet names containing these 
characters. Search is case-sensitive. If empty, all visible sheets are 
listed.</ahelp></paragraph>
   <h2 id="hd_id3125866">Sheets</h2>
-  <paragraph role="paragraph" id="par_id3153971" xml-lang="en-US"><ahelp 
hid="SC_HID_GOTOTABLE">Lists the sheets in the current document. Hidden sheets 
are not listed. To select a sheet, press the up or down arrow keys to move to a 
sheet in the list. Double click on a name will directly jump to this 
sheet.</ahelp></paragraph>
+  <paragraph role="paragraph" id="par_id3153971" xml-lang="en-US"><ahelp 
hid="SC_HID_GOTOTABLE">Lists the sheets in the current document. Hidden sheets 
are not listed. To select a sheet, press the up or down arrow keys to move to a 
sheet in the list. Double-clicking on a name will directly jump to this 
sheet.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/04060103.xhp 
b/source/text/scalc/01/04060103.xhp
index 1b14bdc26..0de3bb2d8 100644
--- a/source/text/scalc/01/04060103.xhp
+++ b/source/text/scalc/01/04060103.xhp
@@ -61,7 +61,7 @@
          <paragraph xml-lang="en-US" id="par_id901612299089478" 
role="paragraph">
             <input>=AMORDEGRC(2000; "2020-02-01"; "2020-12-31"; 10; 4; 0.1; 
0)</input> returns a depreciation amount of 163 currency units.</paragraph>
          <section id="Basis2Excel">
-             <note id="par_id851616615176815">Beware that Basis 2 is not 
supported by Microsoft Excel. Hence, if you use Basis 2 and export your 
document to XLSX format, it will return an error when opened in Excel.</note>
+             <note id="par_id851616615176815">Be aware that Basis 2 is not 
supported by Microsoft Excel. Hence, if you use Basis 2 and export your 
document to XLSX format, it will return an error when opened in Excel.</note>
          </section>
       </section>
       <section id="amorlinc">
diff --git a/source/text/scalc/01/04060110.xhp 
b/source/text/scalc/01/04060110.xhp
index d4a9c0016..1d63e1239 100644
--- a/source/text/scalc/01/04060110.xhp
+++ b/source/text/scalc/01/04060110.xhp
@@ -64,7 +64,7 @@
     </listitem>
 </list>
 
-<paragraph role="paragraph" id="par_id401624454547945">Beware that Calc's 
AutoCorrect function may modify double quotation marks. AutoCorrect should not 
change the double quotation marks within formula cells but may change those 
used in non-formula cells containing text. For example, if you copy a string 
that is surrounded by some other form of typographical double quotation marks, 
such as the left double quotation mark (U+201C) and the right double quotation 
mark (U+201D), and then paste into a formula cell, an error may result. Open 
the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect 
Options - Localized Options</menuitem> dialog to set the characters used to 
automatically correct the start and end typographical double quotation marks. 
Uncheck the <menuitem>Replace</menuitem> toggle button to disable the 
feature.</paragraph>
+<paragraph role="paragraph" id="par_id401624454547945">Be aware that Calc's 
AutoCorrect function may modify double quotation marks. AutoCorrect should not 
change the double quotation marks within formula cells but may change those 
used in non-formula cells containing text. For example, if you copy a string 
that is surrounded by some other form of typographical double quotation marks, 
such as the left double quotation mark (U+201C) and the right double quotation 
mark (U+201D), and then paste into a formula cell, an error may result. Open 
the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect 
Options - Localized Options</menuitem> dialog to set the characters used to 
automatically correct the start and end typographical double quotation marks. 
Uncheck the <menuitem>Replace</menuitem> toggle button to disable the 
feature.</paragraph>
 
 </section>
 
diff --git a/source/text/scalc/01/func_convert.xhp 
b/source/text/scalc/01/func_convert.xhp
index c422ba5bd..bee20f638 100644
--- a/source/text/scalc/01/func_convert.xhp
+++ b/source/text/scalc/01/func_convert.xhp
@@ -63,7 +63,7 @@
   <section id="Unit_Groups">
     <h2 id="hd_id261620415240175">Units of measurement</h2>
   </section>
-  <paragraph role="paragraph" id="par_id481620428685029">Below are the unit 
measurement groups supported by the <literal>CONVERT</literal> function. Beware 
that conversions can only happen between units that belong to the same 
group.</paragraph>
+  <paragraph role="paragraph" id="par_id481620428685029">Below are the unit 
measurement groups supported by the <literal>CONVERT</literal> function. Be 
aware that conversions can only happen between units that belong to the same 
group.</paragraph>
   <note id="par_id461620429183259">The column Prefix indicates whether or not 
a given unit of measurement supports <link 
href="text/scalc/01/func_convert.xhp#Prefixes" 
name="Prefixes_Section">prefixes</link>.</note>
 
   <h3 id="hd_id301620415514760">Area</h3>
diff --git a/source/text/scalc/01/solver.xhp b/source/text/scalc/01/solver.xhp
index 1aa2fa6a3..23184e109 100644
--- a/source/text/scalc/01/solver.xhp
+++ b/source/text/scalc/01/solver.xhp
@@ -147,7 +147,7 @@
 <section id="relatedtopics">
     <embed href="text/scalc/01/solver_options.xhp#solveroptionsh1"/>
     <embed 
href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1"/>
-    <paragraph role="paragraph" id="par_id271589981559367"><link 
href="https://wiki.documentfoundation.org/"; name="wikipage">Wiki page on 
solvers and theirs algorithms</link></paragraph>
+    <paragraph role="paragraph" id="par_id271589981559367"><link 
href="https://wiki.documentfoundation.org/NLPSolver"; name="wikipage">Wiki page 
on solvers and their algorithms</link></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/solver_options.xhp 
b/source/text/scalc/01/solver_options.xhp
index e4e2291d4..b72fe0899 100644
--- a/source/text/scalc/01/solver_options.xhp
+++ b/source/text/scalc/01/solver_options.xhp
@@ -74,7 +74,7 @@
 <section id="relatedtopics">
     <embed href="text/scalc/01/solver.xhp#solver"/>
     <embed 
href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1"/>
-    <paragraph role="paragraph" id="par_id271589981559367"><link 
href="https://wiki.documentfoundation.org/NLPSolver"; name="wikipage">Wiki page 
on non-linear solvers and theirs algorithms</link></paragraph>
+    <paragraph role="paragraph" id="par_id271589981559367"><link 
href="https://wiki.documentfoundation.org/NLPSolver"; name="wikipage">Wiki page 
on non-linear solvers and their algorithms</link></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/solver_options_algo.xhp 
b/source/text/scalc/01/solver_options_algo.xhp
index 486212284..9ad02f74a 100644
--- a/source/text/scalc/01/solver_options_algo.xhp
+++ b/source/text/scalc/01/solver_options_algo.xhp
@@ -379,7 +379,7 @@
     <section id="relatedtopics">
         <embed href="text/scalc/01/solver_options.xhp#solveroptionsh1"/>
         <embed href="text/scalc/01/solver.xhp#solver"/>
-        <paragraph role="paragraph" id="par_id271589981559367"><link 
href="https://wiki.documentfoundation.org/NLPSolver"; name="wikipage">Wiki page 
on non-linear solvers and theirs algorithms</link></paragraph>
+        <paragraph role="paragraph" id="par_id271589981559367"><link 
href="https://wiki.documentfoundation.org/NLPSolver"; name="wikipage">Wiki page 
on non-linear solvers and their algorithms</link></paragraph>
         <paragraph role="paragraph" id="par_id211590163660314"><link 
href="http://lpsolve.sourceforge.net/";>lp_solve reference guide in 
sourceforge.net</link></paragraph>
     </section>
 </body>
diff --git a/source/text/shared/01/02100000.xhp 
b/source/text/shared/01/02100000.xhp
index 46acfe4ac..cd4591fa4 100644
--- a/source/text/shared/01/02100000.xhp
+++ b/source/text/shared/01/02100000.xhp
@@ -77,7 +77,7 @@
       </variable>
     </paragraph>
     <paragraph role="paragraph" id="par_id811629842746430">Disable this option 
to consider all possible case matches. For example, entering "a" in the 
<emph>Find</emph> box matches both "a" and "A".</paragraph>
-    <note id="par_id901629843129983">Beware that some characters may have more 
than one match when <emph>Match case</emph> is disabled. For instance, "s" 
matches "s", "S" and "ß" (sharp S used in the German language).</note>
+    <note id="par_id901629843129983">Be aware that some characters may have 
more than one match when <emph>Match case</emph> is disabled. For instance, "s" 
matches "s", "S" and "ß" (sharp S used in the German language).</note>
     <bookmark xml-lang="en-US" 
branch="hid/svx/ui/findreplacedialog/searchformatted" id="bm_id961558923412792" 
localize="false"/>
     <bookmark xml-lang="en-US" branch="index" id="bm_id891558923816062">
       <bookmark_value>searching;formatted numbers</bookmark_value>
diff --git a/source/text/smath/guide/color.xhp 
b/source/text/smath/guide/color.xhp
index 75ac48cdc..498d955d0 100644
--- a/source/text/smath/guide/color.xhp
+++ b/source/text/smath/guide/color.xhp
@@ -26,7 +26,7 @@
   <paragraph role="paragraph" localize="false" id="par_id351641846485158">
     <input>a + color red b</input>
   </paragraph>
-  <paragraph role="paragraph" id="par_id211641848286949">Beware that the 
<literal>color</literal> command only changes the color of the formula part 
that comes immediately after it. For example, in the formula below only 
<emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in 
black.</paragraph>
+  <paragraph role="paragraph" id="par_id211641848286949">Be aware that the 
<literal>color</literal> command only changes the color of the formula part 
that comes immediately after it. For example, in the formula below only 
<emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in 
black.</paragraph>
   <paragraph role="paragraph" localize="false" id="par_id351641840365858">
     <input>a + color red b + c</input>
   </paragraph>
diff --git a/source/text/swriter/01/05060100.xhp 
b/source/text/swriter/01/05060100.xhp
index 098d2c9ba..67ee8fc5a 100644
--- a/source/text/swriter/01/05060100.xhp
+++ b/source/text/swriter/01/05060100.xhp
@@ -130,7 +130,7 @@
       </listitem>
     </list>
     <section id="anchor_tip">
-      <paragraph role="paragraph" id="par_id701629220055018">Beware that the 
set of options available depend on the Anchor settings. Therefore, not all 
options listed above may be shown due to the current Anchor choice.</paragraph>
+      <paragraph role="paragraph" id="par_id701629220055018">Be aware that the 
set of options available depend on the Anchor settings. Therefore, not all 
options listed above may be shown due to the current Anchor choice.</paragraph>
     </section>
     <section id="preview_tip">
       <tip id="par_id741629211922065">You can see the result of the alignments 
options that you select in the Preview box.</tip>

Reply via email to