Fix typos

Change-Id: Ifdcc3bcff41f82e994ac9c77b2b083573b30ed80
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119233
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2021-07-19 22:56:46 +02:00
committed by Julien Nabet
parent 66f80c13fa
commit cb504dc5f9

View File

@ -427,7 +427,7 @@
<paragraph role="pycode" localize="false" id="pyc_id471626216422324">fso.CopyFile(r"C:\Documents\my_file.odt", r"C:\Temp\copied_file.odt")</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id141626216422517">fso.CopyFile(r"C:\Documents\*.*", r"C:\Temp", overwrite = False)</paragraph>
</pycode>
<note id="par_id411626216328023">Beware that sulfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument.</note>
<note id="par_id411626216328023">Beware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument.</note>
</section>
<section id="CopyFolder">
@ -502,7 +502,7 @@
<paragraph role="paragraph" id="par_id821613001057759">The method returns a <literal>Null</literal> object if an error occurred.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id431626178025633">
<input>svc.CreateTextFile(filename: str, overwrite: boll = True, encoding: str = 'UTF-8'): svc</input>
<input>svc.CreateTextFile(filename: str, overwrite: bool = True, encoding: str = 'UTF-8'): svc</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id901585322689715"><emph>filename</emph>: The name of the file to be created.</paragraph>
@ -1062,7 +1062,7 @@
<bookmark_value>FileSystem service;Files</bookmark_value>
</bookmark>
<h2 id="hd_id51584016761775" localize="false">SubFolders</h2>
<paragraph role="paragraph" id="par_id431584016761996">Returns a zero-based array of strings correspondint to the folders stored in a given <literal>foldername</literal>.</paragraph>
<paragraph role="paragraph" id="par_id431584016761996">Returns a zero-based array of strings corresponding to the folders stored in a given <literal>foldername</literal>.</paragraph>
<paragraph role="paragraph" id="par_id431613075267241">The list may be filtered with wildcards.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id531626215218570">