[Libreoffice-commits] help.git: source/text

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 24 17:35:05 UTC 2021


 source/text/sbasic/shared/03/sf_textstream.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65c742c487136afeb38c6d5352ba35a1d88194c4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 24 09:52:27 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jul 24 19:34:45 2021 +0200

    Fix typo
    
    Change-Id: I6edfb252552d59aef329e071e41aa609b6339cc7
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119452
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_textstream.xhp b/source/text/sbasic/shared/03/sf_textstream.xhp
index 9b2f6004c..2b7153b99 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>


More information about the Libreoffice-commits mailing list