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

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

    Fix typo
    
    Change-Id: Ia6252da165d734b752ea6cad96f8014556bb4bfd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154796
    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 2364ec4206b1..5ece60af8be7 100644
--- a/wizards/source/scriptforge/SF_FileSystem.xba
+++ b/wizards/source/scriptforge/SF_FileSystem.xba
@@ -1012,7 +1012,7 @@ End Function    &apos;   
ScriptForge.SF_FileSystem.GetFileLen
 REM 
-----------------------------------------------------------------------------
 Public Function GetFileModified(Optional ByVal FileName As Variant) As Variant
 &apos;&apos;&apos;     Returns the last modified date for the given file
-&apos;&apos;&apos;     The method is not supporte for document&apos;s internal 
file systems.
+&apos;&apos;&apos;     The method is not supported for document&apos;s 
internal file systems.
 &apos;&apos;&apos;     Args:
 &apos;&apos;&apos;             FileName: a string representing an existing file
 &apos;&apos;&apos;     Returns:
@@ -1240,7 +1240,7 @@ Public Function HashFile(Optional ByVal FileName As 
Variant _
                                                        ) As String
 &apos;&apos;&apos;     Return an hexadecimal string representing a checksum of 
the given file
 &apos;&apos;&apos;     Next algorithms are supported: MD5, SHA1, SHA224, 
SHA256, SHA384 and SHA512
-&apos;&apos;&apos;     The method is not supporte for document&apos;s internal 
file systems.
+&apos;&apos;&apos;     The method is not supported for document&apos;s 
internal file systems.
 &apos;&apos;&apos;     Args:
 &apos;&apos;&apos;             FileName: a string representing a file
 &apos;&apos;&apos;             Algorithm: The hashing algorithm to use
@@ -1589,7 +1589,7 @@ Public Function PickFile(Optional ByVal DefaultFile As 
Variant _
 &apos;&apos;&apos;     The mode, OPEN or SAVE, and the filter may be preset
 &apos;&apos;&apos;     If mode = SAVE and the picked file exists, a warning 
message will be displayed
 &apos;&apos;&apos;     Modified from Andrew Pitonyak&apos;s Base Macro 
Programming ยง10.4
-&apos;&apos;&apos;     The method is not supporte for document&apos;s internal 
file systems.
+&apos;&apos;&apos;     The method is not supported for document&apos;s 
internal file systems.
 &apos;&apos;&apos;     Args:
 &apos;&apos;&apos;             DefaultFile:    Folder part: the FolderName 
from which to start. Default = the last selected folder
 &apos;&apos;&apos;                                             File part: the 
default file to open or save
@@ -1686,7 +1686,7 @@ Public Function PickFolder(Optional ByVal DefaultFolder 
As Variant _
                                                        , Optional ByVal 
FreeText As Variant _
                                                        ) As String
 &apos;&apos;&apos;     Display a FolderPicker dialog box
-&apos;&apos;&apos;     The method is not supporte for document&apos;s internal 
file systems.
+&apos;&apos;&apos;     The method is not supported for document&apos;s 
internal file systems.
 &apos;&apos;&apos;     Args:
 &apos;&apos;&apos;             DefaultFolder: the FolderName from which to 
start. Default = the last selected folder
 &apos;&apos;&apos;             FreeText: text to display in the dialog. 
Default = &quot;&quot;

Reply via email to