summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-11 08:57:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-11 14:12:35 +0100
commit2e968bb29b390b9e3793b4d5a36c03799d278020 (patch)
tree8ef1612b3b747809bf8b933b4e120b6e448f6df8 /wizards
parent6b7bfb4805b2e06467f634a5c12932ce97d324fa (diff)
Fix typo
Change-Id: Ia35bd38c40ec65025ab4f43bea71745f15a548c8 Reviewed-on: https://gerrit.libreoffice.org/84915 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/Application.xba4
1 files changed, 2 insertions, 2 deletions
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 ( _
&apos; Return a database object based on input arguments:
&apos; Call template:
&apos; Call OpenDatabase(&quot;... databaseURL ...&quot;[, &quot;&quot;, &quot;&quot;, True/False])
-&apos; pvDatabaseURL maby be the name of a registered database or the URL of the targeted .odb file
+&apos; pvDatabaseURL may be the name of a registered database or the URL of the targeted .odb file
&apos; 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 &apos; _RootInit V1.1.0
-</script:module> \ No newline at end of file
+</script:module>