source/text/sbasic/shared/03/sf_filesystem.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit cb504dc5f92e4e7cd6264ef0d0dec65c26dfcb7f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jul 19 22:56:46 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Jul 19 23:03:34 2021 +0200 Fix typos Change-Id: Ifdcc3bcff41f82e994ac9c77b2b083573b30ed80 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119233 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp b/source/text/sbasic/shared/03/sf_filesystem.xhp index 5a54a082b..bd21299b7 100644 --- a/source/text/sbasic/shared/03/sf_filesystem.xhp +++ b/source/text/sbasic/shared/03/sf_filesystem.xhp @@ -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"> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits