diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-19 21:29:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-19 21:57:17 +0100 |
commit | 86b8c063a47c1cca13bc208e17eac0d8d96d9072 (patch) | |
tree | 36d4ff66aedc3b2f2e5f734ddb62753eb4fd4993 /sfx2/classification | |
parent | 2b2f1352c72280dd25ed3bef090a3c708ee4b964 (diff) |
Fix typos
Change-Id: I964528cf4f3b81230c683011e1878b28378b0014
Reviewed-on: https://gerrit.libreoffice.org/44915
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/classification')
-rw-r--r-- | sfx2/classification/xAL-types.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/classification/xAL-types.xsd b/sfx2/classification/xAL-types.xsd index a91314a87c42..0522990072dc 100644 --- a/sfx2/classification/xAL-types.xsd +++ b/sfx2/classification/xAL-types.xsd @@ -51,13 +51,13 @@ </xs:simpleType>
<xs:simpleType name="AddressIDTypeList">
<xs:annotation>
- <xs:documentation>A list of types of address identiifers </xs:documentation>
+ <xs:documentation>A list of types of address identifiers </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:simpleType name="AddressLineTypeList">
<xs:annotation>
- <xs:documentation>A list of ypes of address line., e.g. street details, locality details</xs:documentation>
+ <xs:documentation>A list of types of address line, e.g. street details, locality details</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
|