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

New commits:
commit d5e1e4103b2ee77140d4866c4b4f482cb0ee184f
Author:     Jean-Pierre Ledure <j...@ledure.be>
AuthorDate: Sun Jul 23 10:53:24 2023 +0200
Commit:     Jean-Pierre Ledure <j...@ledure.be>
CommitDate: Sun Jul 23 16:10:06 2023 +0200

    ScriptForge (SF_FileSystem) Fix typos
    
    Typos in comment lines
    
    Change-Id: I5e92417af0c9fb1f6f4d240a5a7731c9efa5230d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154802
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins

diff --git a/wizards/source/scriptforge/SF_FileSystem.xba 
b/wizards/source/scriptforge/SF_FileSystem.xba
index d7b8ba926442..e37d4d3dcec6 100644
--- a/wizards/source/scriptforge/SF_FileSystem.xba
+++ b/wizards/source/scriptforge/SF_FileSystem.xba
@@ -967,7 +967,7 @@ Public Function GetFileLen(Optional ByVal FileName As 
Variant) As Currency
 &apos;&apos;&apos;             File size if FileName exists
 &apos;&apos;&apos;             0 when FileName belongs to a document&apos;s 
internal file systems.
 &apos;&apos;&apos;     Exceptions:
-&apos;&apos;&apos;             UNKNOWNFILEERROR        The file does not exist 
of is a folder
+&apos;&apos;&apos;             UNKNOWNFILEERROR        The file does not exist 
or is a folder
 &apos;&apos;&apos;     Example:
 &apos;&apos;&apos;             Print 
SF_FileSystem.GetFileLen(&quot;C:\pagefile.sys&quot;)
 
@@ -1018,7 +1018,7 @@ Public Function GetFileModified(Optional ByVal FileName 
As Variant) As Variant
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             The modification date and time as a Basic Date
 &apos;&apos;&apos;     Exceptions:
-&apos;&apos;&apos;             UNKNOWNFILEERROR        The file does not exist 
of is a folder
+&apos;&apos;&apos;             UNKNOWNFILEERROR        The file does not exist 
or is a folder
 &apos;&apos;&apos;             FILESYSTEMERROR         The method is not 
applicable on document&apos;s file systems
 &apos;&apos;&apos;     Example:
 &apos;&apos;&apos;             Dim a As Date
@@ -1248,7 +1248,7 @@ Public Function HashFile(Optional ByVal FileName As 
Variant _
 &apos;&apos;&apos;             The requested checksum as a string. Hexadecimal 
digits are lower-cased
 &apos;&apos;&apos;             A zero-length string when an error occurred
 &apos;&apos;&apos;     Exceptions:
-&apos;&apos;&apos;             UNKNOWNFILEERROR        The file does not exist 
of is a folder
+&apos;&apos;&apos;             UNKNOWNFILEERROR        The file does not exist 
or is a folder
 &apos;&apos;&apos;             FILESYSTEMERROR         The method is not 
applicable on document&apos;s file systems
 &apos;&apos;&apos;     Example:
 &apos;&apos;&apos;             Print 
SF_FileSystem.HashFile(&quot;C:\pagefile.sys&quot;, &quot;MD5&quot;)
@@ -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>
+</script:module>
\ No newline at end of file

Reply via email to