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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 11 13:13:41 UTC 2019


 basic/qa/vba_tests/partition.vb            |    2 +-
 wizards/source/access2base/Application.xba |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2e968bb29b390b9e3793b4d5a36c03799d278020
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 11 08:57:24 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 11 14:12:35 2019 +0100

    Fix typo
    
    Change-Id: Ia35bd38c40ec65025ab4f43bea71745f15a548c8
    Reviewed-on: https://gerrit.libreoffice.org/84915
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basic/qa/vba_tests/partition.vb b/basic/qa/vba_tests/partition.vb
index b8e09b7c0dc0..d134a4227fbd 100644
--- a/basic/qa/vba_tests/partition.vb
+++ b/basic/qa/vba_tests/partition.vb
@@ -48,7 +48,7 @@ Function verify_testPartition() as String
     verify_testPartition = result
     Exit Function
 errorHandler:
-    TestLog_ASSERT (false), "vertify_testPartion failed, hit error handler"
+    TestLog_ASSERT (false), "verify_testPartion failed, hit error handler"
 End Function
 
 Sub TestLog_ASSERT(assertion As Boolean, Optional testId As String, Optional testComment As String)
diff --git a/wizards/source/access2base/Application.xba b/wizards/source/access2base/Application.xba
index 91ca6aca9081..7268e8216144 100644
--- a/wizards/source/access2base/Application.xba
+++ b/wizards/source/access2base/Application.xba
@@ -1390,7 +1390,7 @@ Public Function OpenDatabase ( _
 '	Return a database object based on input arguments:
 '	Call template:
 '		Call OpenDatabase("... databaseURL ..."[, "", "", True/False])
-'	pvDatabaseURL maby be the name of a registered database or the URL of the targeted .odb file
+'	pvDatabaseURL may be the name of a registered database or the URL of the targeted .odb file
 '	Might be called from any AOO/LibO application, independently from OpenConnection
 
 Dim odbDatabase As Variant, oBaseContext As Object, sDbNames() As String, oBaseSource As Object
@@ -1866,4 +1866,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean)
 	
 End Sub		'	_RootInit	V1.1.0
 
-</script:module>
\ No newline at end of file
+</script:module>


More information about the Libreoffice-commits mailing list