source/text/sbasic/shared/03/sf_dataset.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f7f1aa0417dc645fe1a70022dbd58ef5063f5aac
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Dec 2 09:59:05 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Dec 2 10:51:30 2023 +0100

    Fix typos
    
    Change-Id: I9dd8a05048631cf0f1b8ec1f2ccef4d800e42e7d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160239
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_dataset.xhp 
b/source/text/sbasic/shared/03/sf_dataset.xhp
index 82171d2c28..112a21dbbc 100644
--- a/source/text/sbasic/shared/03/sf_dataset.xhp
+++ b/source/text/sbasic/shared/03/sf_dataset.xhp
@@ -437,7 +437,7 @@
     </bookmark>
     <h2 id="hd_id201589196160251" localize="false">ExportValueToFile</h2>
     <paragraph role="paragraph" id="par_id93158955243864">Exports the value of 
a binary field of the current record to the specified file.</paragraph>
-    <note id="par_id171701181928026">If the specified field is not binary or 
if it cointains no data, then the output file is not created.</note>
+    <note id="par_id171701181928026">If the specified field is not binary or 
if it contains no data, then the output file is not created.</note>
     <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
     <paragraph role="paragraph" localize="false" id="par_id140222827334276">
       <input>svc.ExportValueToFile(fieldname: str, filename: str, overwrite: 
bool): bool</input>
@@ -538,7 +538,7 @@
       <input>svc.Insert(pvargs: any): int</input>
     </paragraph>
     <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-    <paragraph role="paragraph" 
id="par_id381701012511805"><emph>pvargs</emph>: A <literal>Dictionary</literal> 
containing pairs of field names and their respective values. Alternativelly, an 
even number of arguments can be specified alternating field names (as a 
<literal>String</literal>) and their values.</paragraph>
+    <paragraph role="paragraph" 
id="par_id381701012511805"><emph>pvargs</emph>: A <literal>Dictionary</literal> 
containing pairs of field names and their respective values. Alternatively, an 
even number of arguments can be specified alternating field names (as a 
<literal>String</literal>) and their values.</paragraph>
     <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
     <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
     <paragraph role="paragraph" id="par_id641701259882955">Consider a table 
named "Customers" with 4 fields: "ID" (<literal>BigInt</literal>, auto value 
and primary key), "Name" (<literal>VarChar</literal>), "Age" 
(<literal>Integer</literal>), "City" (<literal>VarChar</literal>).</paragraph>
@@ -670,7 +670,7 @@
       <input>svc.Update(pvargs: any): bool</input>
     </paragraph>
     <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-    <paragraph role="paragraph" 
id="par_id381701012546805"><emph>pvargs</emph>: A <literal>Dictionary</literal> 
containing pairs of field names and their respective values. Alternativelly, an 
even number of arguments can be specified alternating field names (as a 
<literal>String</literal>) and their values.</paragraph>
+    <paragraph role="paragraph" 
id="par_id381701012546805"><emph>pvargs</emph>: A <literal>Dictionary</literal> 
containing pairs of field names and their respective values. Alternatively, an 
even number of arguments can be specified alternating field names (as a 
<literal>String</literal>) and their values.</paragraph>
     <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
     <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
     <paragraph role="paragraph" id="par_id791701264626511">The example below 
updates the current record using a <literal>Dictionary</literal>.</paragraph>

Reply via email to