summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Application.xba
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:37:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:02:49 +0000
commit370c65e709eb074c9982c56a2400cf945641ffaf (patch)
treecfaa3372b99aa8a62cebccf1be19ea3d21b2d25b /wizards/source/access2base/Application.xba
parentcc71c6adfd811e50d2dc92ee60eae2c709019574 (diff)
Fix typos
Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c Reviewed-on: https://gerrit.libreoffice.org/35662 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source/access2base/Application.xba')
-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 a972b3ca6bab..9fc7308955cb 100644
--- a/wizards/source/access2base/Application.xba
+++ b/wizards/source/access2base/Application.xba
@@ -427,7 +427,7 @@ Const cstDot = &quot;.&quot;
If Not Utils._CheckArgument(pvIndex, 1, Utils._AddNumeric(vbString)) Then Goto Exit_Function
If VarType(pvIndex) = vbString Then
iMode = cstByName
- &apos; Dtermine full name STORAGE.LIBRARY.MODULE
+ &apos; Determine full name STORAGE.LIBRARY.MODULE
vNames = Split(pvIndex, cstDot)
If UBound(vNames) = 2 Then
ElseIf UBound(vNames) = 1 Then
@@ -1624,4 +1624,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean)
If IsEmpty(_A2B_) Or pbForce Then _A2B_ = New Root_
End Sub &apos; _RootInit V1.1.0
-</script:module> \ No newline at end of file
+</script:module>