summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-07-24 09:52:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-07-24 19:34:45 +0200
commit65c742c487136afeb38c6d5352ba35a1d88194c4 (patch)
treed315e05b594224abb867587ef303d1d1b2cfbb7e /source
parent6797558a82f83a50b469f38897ffe3b04218cb45 (diff)
Fix typo
Change-Id: I6edfb252552d59aef329e071e41aa609b6339cc7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119452 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source')
-rw-r--r--source/text/sbasic/shared/03/sf_textstream.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_textstream.xhp b/source/text/sbasic/shared/03/sf_textstream.xhp
index 9b2f6004ca..2b7153b991 100644
--- a/source/text/sbasic/shared/03/sf_textstream.xhp
+++ b/source/text/sbasic/shared/03/sf_textstream.xhp
@@ -334,7 +334,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id491585330787650"><emph>line</emph>: The line to write, may be empty.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
- <paragraph role="paragraph" id="par_id821626894480105">The examples below in Basic and Python create a text file in CSV format in which each line containes a value and its square untill <literal>lastValue</literal> is reached.</paragraph>
+ <paragraph role="paragraph" id="par_id821626894480105">The examples below in Basic and Python create a text file in CSV format in which each line contains a value and its square until <literal>lastValue</literal> is reached.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id171613321461620">Sub SquaredValuesFile(lastValue as Integer)</paragraph>