Skip to content

Commit 7cbc7ed

Browse files
rotudirk-thomas
authored andcommittedJul 29, 2019
Fix typos in xsd documentation (#200)
Signed-off-by: Dan Rose <[email protected]>
1 parent 1144975 commit 7cbc7ed

4 files changed

+14
-14
lines changed
 

‎xsd/package_common.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<xs:complexType name="DescriptionType" mixed="true">
1616
<xs:annotation>
1717
<xs:documentation>
18-
The description allows any content but should be limit to XHTML.
18+
The description allows any content but should be limited to XHTML.
1919
</xs:documentation>
2020
</xs:annotation>
2121
<xs:sequence>
@@ -28,7 +28,7 @@
2828
<xs:documentation>
2929
A valid email address must follow several complex rules
3030
(see https://en.wikipedia.org/wiki/Email_address).
31-
For ROS packages only a few are enforced and not the full character set
31+
For ROS packages only a few are enforced, and not the full character set
3232
is supported.
3333
</xs:documentation>
3434
</xs:annotation>

‎xsd/package_format1.xsd

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<xs:complexType name="DependencyType">
66
<xs:simpleContent>
77
<xs:extension base="xs:token">
8-
<!-- The dependency must have a version less then the specified limit. -->
8+
<!-- The dependency must have a version less than the specified limit. -->
99
<xs:attribute name="version_lt" type="VersionLimitType" use="optional"/>
10-
<!-- The dependency must have a version less then or equal to the specified limit. -->
10+
<!-- The dependency must have a version less than or equal to the specified limit. -->
1111
<xs:attribute name="version_lte" type="VersionLimitType" use="optional"/>
1212
<!-- The dependency must have a version equal to the specified limit. -->
1313
<xs:attribute name="version_eq" type="VersionLimitType" use="optional"/>
14-
<!-- The dependency must have a version greater then or equal to the specified limit. -->
14+
<!-- The dependency must have a version greater than or equal to the specified limit. -->
1515
<xs:attribute name="version_gte" type="VersionLimitType" use="optional"/>
16-
<!-- The dependency must have a version greater then the specified limit. -->
16+
<!-- The dependency must have a version greater than the specified limit. -->
1717
<xs:attribute name="version_gt" type="VersionLimitType" use="optional"/>
1818
</xs:extension>
1919
</xs:simpleContent>

‎xsd/package_format2.xsd

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<xs:complexType name="DependencyType">
66
<xs:simpleContent>
77
<xs:extension base="xs:token">
8-
<!-- The dependency must have a version less then the specified limit. -->
8+
<!-- The dependency must have a version less than the specified limit. -->
99
<xs:attribute name="version_lt" type="VersionLimitType" use="optional"/>
10-
<!-- The dependency must have a version less then or equal to the specified limit. -->
10+
<!-- The dependency must have a version less than or equal to the specified limit. -->
1111
<xs:attribute name="version_lte" type="VersionLimitType" use="optional"/>
1212
<!-- The dependency must have a version equal to the specified limit. -->
1313
<xs:attribute name="version_eq" type="VersionLimitType" use="optional"/>
14-
<!-- The dependency must have a version greater then or equal to the specified limit. -->
14+
<!-- The dependency must have a version greater than or equal to the specified limit. -->
1515
<xs:attribute name="version_gte" type="VersionLimitType" use="optional"/>
16-
<!-- The dependency must have a version greater then the specified limit. -->
16+
<!-- The dependency must have a version greater than the specified limit. -->
1717
<xs:attribute name="version_gt" type="VersionLimitType" use="optional"/>
1818
</xs:extension>
1919
</xs:simpleContent>

‎xsd/package_format3.xsd

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<xs:complexType name="DependencyType">
2020
<xs:simpleContent>
2121
<xs:extension base="xs:token">
22-
<!-- The dependency must have a version less then the specified limit. -->
22+
<!-- The dependency must have a version less than the specified limit. -->
2323
<xs:attribute name="version_lt" type="VersionLimitType" use="optional"/>
24-
<!-- The dependency must have a version less then or equal to the specified limit. -->
24+
<!-- The dependency must have a version less than or equal to the specified limit. -->
2525
<xs:attribute name="version_lte" type="VersionLimitType" use="optional"/>
2626
<!-- The dependency must have a version equal to the specified limit. -->
2727
<xs:attribute name="version_eq" type="VersionLimitType" use="optional"/>
28-
<!-- The dependency must have a version greater then or equal to the specified limit. -->
28+
<!-- The dependency must have a version greater than or equal to the specified limit. -->
2929
<xs:attribute name="version_gte" type="VersionLimitType" use="optional"/>
30-
<!-- The dependency must have a version greater then the specified limit. -->
30+
<!-- The dependency must have a version greater than the specified limit. -->
3131
<xs:attribute name="version_gt" type="VersionLimitType" use="optional"/>
3232
<xs:attribute name="condition" use="optional">
3333
<xs:simpleType>

0 commit comments

Comments
 (0)
Please sign in to comment.