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

New commits:
commit db6470829f68cb01bb43ab1d9640f814a51f740c
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Aug 9 19:07:43 2019 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Aug 10 09:05:46 2019 +0200

    Fix typos
    
    Change-Id: Ic2f53e1bacaf49727347df5378f0e11443d57bf6
    Reviewed-on: https://gerrit.libreoffice.org/77226
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/wizards/source/access2base/Python.xba 
b/wizards/source/access2base/Python.xba
index 05e229155eb6..e1d2aad803a4 100644
--- a/wizards/source/access2base/Python.xba
+++ b/wizards/source/access2base/Python.xba
@@ -80,7 +80,7 @@ Public Function PythonWrapper(ByVal pvCallType As Variant _
                                                                ) As Variant
 &apos;          Called from Python to apply
 &apos;                 - on object with entry pvObject in PythonCache
-&apos;                         Conventionnally:        -1 = Application
+&apos;                         Conventionally: -1 = Application
 &apos;                                                                 -2 = 
DoCmd
 &apos;                 - a script pvScript which type is described by 
pvCallType
 &apos;                 - with arguments pvArgs(0)... (max. 8 for object 
methods)
@@ -110,7 +110,7 @@ Const vbGet = 2, vbLet = 4, vbMethod = 1, vbSet = 8, vbUNO 
= 16
        If _ErrorHandler() Then On Local Error GoTo Error_Function
        PythonWrapper = Null
 
-       &apos;Reinterprete arguments one by one into vArgs, examine iso-dates 
and conventional NoArgs/Empty/Null values
+       &apos;Reinterpret arguments one by one into vArgs, examine iso-dates 
and conventional NoArgs/Empty/Null values
        iNbArgs = -1
        vArgs = Array()
        If UBound(pvArgs) &gt;= 0 Then
@@ -604,4 +604,4 @@ Dim vValue As Variant
 
 End Function
 
-</script:module>
\ No newline at end of file
+</script:module>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to