From 2e968bb29b390b9e3793b4d5a36c03799d278020 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 11 Dec 2019 08:57:24 +0100 Subject: Fix typo Change-Id: Ia35bd38c40ec65025ab4f43bea71745f15a548c8 Reviewed-on: https://gerrit.libreoffice.org/84915 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- wizards/source/access2base/Application.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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 - \ No newline at end of file + -- cgit