summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/UtilProperty.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/access2base/UtilProperty.xba b/wizards/source/access2base/UtilProperty.xba
index b1530c1dec91..4f96ab8c9e85 100644
--- a/wizards/source/access2base/UtilProperty.xba
+++ b/wizards/source/access2base/UtilProperty.xba
@@ -156,7 +156,7 @@ Dim iNumProperties As Integer, i As Integer
pvPropertyValuesArray(i) = pvPropertyValuesArray(i + 1)
Next i
EndIf
- ' Redimension the array to have one feweer element.
+ ' Redimension the array to have one fewer element.
Redim Preserve pvPropertyValuesArray(iNumProperties - 2)
EndIf
@@ -180,4 +180,4 @@ Dim sName As String, vValue As Variant
_PropValuesToStr() = sResult
End Function ' _PropValuesToStr V1.3.0
-</script:module> \ No newline at end of file
+</script:module>