[Libreoffice-commits] core.git: wizards/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 10 07:06:21 UTC 2019


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

New commits:
commit db6470829f68cb01bb43ab1d9640f814a51f740c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 9 19:07:43 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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
 '		 Called from Python to apply
 '			- on object with entry pvObject in PythonCache
-'				Conventionnally:	-1 = Application
+'				Conventionally:	-1 = Application
 '									-2 = DoCmd
 '			- a script pvScript which type is described by pvCallType
 '			- 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
 
-	'Reinterprete arguments one by one into vArgs, examine iso-dates and conventional NoArgs/Empty/Null values
+	'Reinterpret arguments one by one into vArgs, examine iso-dates and conventional NoArgs/Empty/Null values
 	iNbArgs = -1
 	vArgs = Array()
 	If UBound(pvArgs) >= 0 Then
@@ -604,4 +604,4 @@ Dim vValue As Variant
 
 End Function
 
-</script:module>
\ No newline at end of file
+</script:module>


More information about the Libreoffice-commits mailing list