diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-07-19 22:56:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-07-19 23:03:34 +0200 |
commit | cb504dc5f92e4e7cd6264ef0d0dec65c26dfcb7f (patch) | |
tree | aac3bef51ecba8cd09ed4ec28c93b42c00d23a94 /source | |
parent | 66f80c13fa59a7c6d02470c8bcaaa11af7cc2c42 (diff) |
Fix typos
Change-Id: Ifdcc3bcff41f82e994ac9c77b2b083573b30ed80
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119233
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/sf_filesystem.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp b/source/text/sbasic/shared/03/sf_filesystem.xhp index 5a54a082bb..bd21299b7f 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"> |