wizards/source/scriptforge/SF_FileSystem.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e332f41250e21d692e9b5464206a67e2267d0c7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 15 20:24:35 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 15 21:18:41 2023 +0200

    Fix typo
    
    Change-Id: I7a1afd67e976abe504f859f0f5561ac5ebc6df98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154482
    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 2fd8e8984636..7cf290f9302c 100644
--- a/wizards/source/scriptforge/SF_FileSystem.xba
+++ b/wizards/source/scriptforge/SF_FileSystem.xba
@@ -43,7 +43,7 @@ Option Explicit
 &apos;&apos;&apos;                     Now, Libreoffice documents have an 
internal file system as well. Many of the proposed methods
 &apos;&apos;&apos;                     support document&apos;s file systems 
too, however, for some of them, with restrictions.
 &apos;&apos;&apos;                     Read the comments in the individual 
methods below.
-&apos;&apos;&apos;                     It makes browing folders and files, 
adding, replacing files possible. Updates will be
+&apos;&apos;&apos;                     It makes browsing folders and files, 
adding, replacing files possible. Updates will be
 &apos;&apos;&apos;                     saved with the document.
 &apos;&apos;&apos;                     VERY POWERFUL but KNOW WHAT YOU&apos;RE 
DOING !!
 &apos;&apos;&apos;                             The root of a document&apos;s 
file system is obtained from the &quot;FileSystem&quot; property of a document 
instance, like in:

Reply via email to