summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-22 23:18:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-23 10:05:28 +0200
commit56edc523a4aa2a99ce15c66d42a8c7ba55bf1580 (patch)
treedb07b0a0a097507428fc052b954f565b9732c3e0 /wizards
parent1d0adde905fa5353fdb38f743dce9d50e8a53ef7 (diff)
Fix typo
Change-Id: I2a14c233aa09aec55b18dae2d4018a07c012ab52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154795 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_FileSystem.xba4
1 files changed, 2 insertions, 2 deletions
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>