summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Dialog.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/access2base/Dialog.xba')
-rw-r--r--wizards/source/access2base/Dialog.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/access2base/Dialog.xba b/wizards/source/access2base/Dialog.xba
index 6eed82aee805..a6d04d21fb1b 100644
--- a/wizards/source/access2base/Dialog.xba
+++ b/wizards/source/access2base/Dialog.xba
@@ -138,7 +138,7 @@ Dim ogGroup As Object, vGroup() As Variant, vIndex() As Variant
If oRadios(i).TabIndex > oRadios(i - 1).TabIndex + 1 Then
bFound = True
Else
- Goto Error_Arg ' same group as preceeding item although name correct
+ Goto Error_Arg ' same group as preceding item although name correct
End If
End Select
If bFound Then
@@ -659,4 +659,4 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function ' _PropertySet
-</script:module> \ No newline at end of file
+</script:module>