summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xsd/String.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xsd/String.idl')
-rw-r--r--offapi/com/sun/star/xsd/String.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xsd/String.idl b/offapi/com/sun/star/xsd/String.idl
index f86cc0c3fa2f..d5d5f029a17a 100644
--- a/offapi/com/sun/star/xsd/String.idl
+++ b/offapi/com/sun/star/xsd/String.idl
@@ -46,21 +46,21 @@ service String
/** specifies the length of the string
- <p>Note that you cannot specifiy <member>Length</member> together
+ <p>Note that you cannot specify <member>Length</member> together
with <member>MinLength</member> or <member>MaxLength</member>.</p>
*/
[property, maybevoid] long Length;
/** specifies the minimum length of the string
- <p>Note that you cannot specifiy <member>MinLength</member> together
+ <p>Note that you cannot specify <member>MinLength</member> together
with <member>Length</member>.</p>
*/
[property, maybevoid] long MinLength;
/** specifies the maximum length of the string
- <p>Note that you cannot specifiy <member>MaxLength</member> together
+ <p>Note that you cannot specify <member>MaxLength</member> together
with <member>Length</member>.</p>
*/
[property, maybevoid] long MaxLength;