diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-15 20:25:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-15 21:19:34 +0200 |
commit | 38b7754d5ead0b43443acd9ef2cd956b94dad88b (patch) | |
tree | 8dc250f400fefacf960d9867aa91d750429bedce /wizards | |
parent | eb6da4a089ee58e1237a3b764d1e05c00b9f9f9b (diff) |
Fix typo
Change-Id: I62c3e5394e52591df08e2f6acd826718dc1a0cbd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154484
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_FileSystem.xba | 2 |
1 files changed, 1 insertions, 1 deletions
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 |