wizards/source/scriptforge/SF_FileSystem.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 56edc523a4aa2a99ce15c66d42a8c7ba55bf1580
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 22 23:18:14 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jul 23 10:05:28 2023 +0200

    Fix typo
    
    Change-Id: I2a14c233aa09aec55b18dae2d4018a07c012ab52
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154795
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/scriptforge/SF_FileSystem.xba 
b/wizards/source/scriptforge/SF_FileSystem.xba
index 5ece60af8be7..d7b8ba926442 100644
--- a/wizards/source/scriptforge/SF_FileSystem.xba
+++ b/wizards/source/scriptforge/SF_FileSystem.xba
@@ -2245,7 +2245,7 @@ Private Sub _ScanFolder(ByVal piTarget As Integer _
 Dim vSubFolders As Variant                     &apos;  Array of subfolders 1st 
level in URL notation
 Dim vFiles As Variant                          &apos;  Array of files present 
in psFolderName in FileNaming notation
 Dim lFiles As Long                                     &apos;  Number of files 
found passing the filter
-Dim sFolderName As String                      &apos;  URL lias for 
psFolderName
+Dim sFolderName As String                      &apos;  URL alias for 
psFolderName
 Dim sItem As String                                    &apos;  Single folder 
or single file in FileNaming notation
 Dim sItemName As String                                &apos;  Base name of 
sItem
 Dim bFolder As Boolean                         &apos;  When True, the 
considered string points to a folder, not a file
@@ -2370,4 +2370,4 @@ Dim sFolder As String             &apos;  Folder
 End Function   &apos;  ScriptForge.SF_FileSystem._SFInstallFolder
 
 REM ============================================ END OF 
SCRIPTFORGE.SF_FileSystem
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to