From cb504dc5f92e4e7cd6264ef0d0dec65c26dfcb7f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Jul 2021 22:56:46 +0200 Subject: Fix typos Change-Id: Ifdcc3bcff41f82e994ac9c77b2b083573b30ed80 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119233 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03/sf_filesystem.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source') 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 @@ fso.CopyFile(r"C:\Documents\my_file.odt", r"C:\Temp\copied_file.odt") fso.CopyFile(r"C:\Documents\*.*", r"C:\Temp", overwrite = False) - Beware that sulfolders and their contents are not copied when wildcards are used in the source argument. + Beware that subfolders and their contents are not copied when wildcards are used in the source argument.
@@ -502,7 +502,7 @@ The method returns a Null object if an error occurred. - svc.CreateTextFile(filename: str, overwrite: boll = True, encoding: str = 'UTF-8'): svc + svc.CreateTextFile(filename: str, overwrite: bool = True, encoding: str = 'UTF-8'): svc filename: The name of the file to be created. @@ -1062,7 +1062,7 @@ FileSystem service;Files

SubFolders

- Returns a zero-based array of strings correspondint to the folders stored in a given foldername. + Returns a zero-based array of strings corresponding to the folders stored in a given foldername. The list may be filtered with wildcards. -- cgit