wizards/source/scriptforge/SF_FileSystem.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38b7754d5ead0b43443acd9ef2cd956b94dad88b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jul 15 20:25:49 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jul 15 21:19:34 2023 +0200 Fix typo Change-Id: I62c3e5394e52591df08e2f6acd826718dc1a0cbd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154484 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/scriptforge/SF_FileSystem.xba b/wizards/source/scriptforge/SF_FileSystem.xba index 87197e6a589a..3bb177708f3f 100644 --- a/wizards/source/scriptforge/SF_FileSystem.xba +++ b/wizards/source/scriptforge/SF_FileSystem.xba @@ -37,7 +37,7 @@ Option Explicit ''' Admitted wildcards are: the "?" represents any single character ''' the "*" represents zero, one, or multiple characters ''' -''' Disk file sstems and document's internal file systems +''' Disk file systems and document's internal file systems ''' All the implemented properties and methods are applicable on usual disk file systems. ''' Root is usually something like "C:\" or "/" or their URL equivalents ''' Now, Libreoffice documents have an internal file system as well. Many of the proposed methods