summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-12-02 09:59:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-12-02 10:51:30 +0100
commitf7f1aa0417dc645fe1a70022dbd58ef5063f5aac (patch)
tree47a023d3fefb5f05dd72837d48af54f2b94165ed
parent3d13c05329657af7015c298220855c4fddabd73d (diff)
Fix typos
Change-Id: I9dd8a05048631cf0f1b8ec1f2ccef4d800e42e7d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160239 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--source/text/sbasic/shared/03/sf_dataset.xhp6
1 files changed, 3 insertions, 3 deletions
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>