summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/ArrayWrapper.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/ArrayWrapper.idl')
-rw-r--r--udkapi/com/sun/star/script/ArrayWrapper.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl
index f7e50c6272d9..8e76fead6c13 100644
--- a/udkapi/com/sun/star/script/ArrayWrapper.idl
+++ b/udkapi/com/sun/star/script/ArrayWrapper.idl
@@ -29,10 +29,10 @@ module com { module sun { module star { module script {
array with 0 or 1 based indices. UNO does not natively represent
Multi-Dimensional arrays, instead a sequence can have elements that are
themselves sequences (an array of arrays ). <p>Some languages ( example
- BASIC ) can natively represent both Multi-Dimentional arrays and array of
+ BASIC ) can natively represent both Multi-Dimensional arrays and array of
arrays.
Those languages could represent a sequence of sequences as either a
- Multi-Dimentional array or array of arrays. This structure allows a
+ Multi-Dimensional array or array of arrays. This structure allows a
preference for a Multi-Dimensional array representation to be specified.</p>
*/