summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/Converter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/Converter.idl')
-rw-r--r--udkapi/com/sun/star/script/Converter.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/Converter.idl b/udkapi/com/sun/star/script/Converter.idl
index e90b3f4f8be6..6b46d6f8346d 100644
--- a/udkapi/com/sun/star/script/Converter.idl
+++ b/udkapi/com/sun/star/script/Converter.idl
@@ -65,7 +65,7 @@
<li>10: only converts if it is the same enumeration type.</li>
<li>11: only converts if the string contains the name of an enumeration type value. Normally you need
core reflection information of the enum type.</li>
- <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparision
+ <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparison
is case insensitive.</li>
<li>13: only converts if the length of the string is 1 or 0.</li>
<li>14: only converts if the types are equal or the source type is derived from the destination