wizards/source/scriptforge/SF_Exception.xba |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 90978b99efe65b5edc2ee29d67e6d0ffc7eed3f3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Dec 6 15:49:32 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Dec 7 19:43:12 2020 +0100

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

diff --git a/wizards/source/scriptforge/SF_Exception.xba 
b/wizards/source/scriptforge/SF_Exception.xba
index a8e3067d57f5..a7dc6b418304 100644
--- a/wizards/source/scriptforge/SF_Exception.xba
+++ b/wizards/source/scriptforge/SF_Exception.xba
@@ -567,7 +567,7 @@ Public Sub RaiseAbort(Optional ByVal Source As Variant)
 &apos;&apos;&apos;             Source: the line where the error occurred
 
 Dim sLocation As String                &apos;  Common header in error 
messages: location of error
-Dim vLocation As Variant       &apos;  Splitted array (library, module, method)
+Dim vLocation As Variant       &apos;  Split array (library, module, method)
 Dim sMessage As String         &apos;  Error message to log and to display
 Dim L10N As Object                     &apos;  Alias to Interface
 Const cstTabSize = 4
@@ -631,7 +631,7 @@ Public Sub RaiseFatal(Optional ByVal ErrorCode As Variant _
 &apos;&apos;&apos;             pvArgs: the arguments to insert in the error 
message
 
 Dim sLocation As String                &apos;  Common header in error 
messages: location of error
-Dim vLocation As Variant       &apos;  Splitted array (library, module, method)
+Dim vLocation As Variant       &apos;  Split array (library, module, method)
 Dim sMessage As String         &apos;  Message to log and display
 Dim L10N As Object                     &apos;  Alias of Interface
 Dim sAlt As String                     &apos;  Alternative error messages
@@ -1104,4 +1104,4 @@ Private Function _Repr() As String
 End Function   &apos;  ScriptForge.SF_Exception._Repr
 
 REM ============================================ END OF 
SCRIPTFORGE.SF_EXCEPTION
-</script:module>
\ No newline at end of file
+</script:module>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to