Skip to content

Commit

Permalink
Revert "typos"
Browse files Browse the repository at this point in the history
This reverts commit cc77053.
  • Loading branch information
ue71603 committed Nov 7, 2023
1 parent cc77053 commit ce377ce
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 205 deletions.
2 changes: 1 addition & 1 deletion xsd/siri/siri_base.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Rail transport, Roads and road transport.
<!-- ===Capabilities ============================================================== -->
<xsd:element name="CapabilitiesRequest" type="CapabilitiesRequestStructure">
<xsd:annotation>
<xsd:documentation>Requests the current capabilities of the server. Answered with a CapabilitiesResponse.</xsd:documentation>
<xsd:documentation>Requests a the current capabilities of the server. Answred with a CpabailitiesResponse.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CapabilitiesRequestStructure">
Expand Down
2 changes: 1 addition & 1 deletion xsd/siri/siri_common_services.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Rail transport, Roads and road transport
</xsd:annotation>
<xsd:element name="WgsDecimalDegrees" type="EmptyType">
<xsd:annotation>
<xsd:documentation>Geospatial coordinates are given as WGS84 latiude and longitude, decimial degrees of arc.</xsd:documentation>
<xsd:documentation>Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GmlCoordinateFormat" type="SrsNameType">
Expand Down
4 changes: 2 additions & 2 deletions xsd/siri/siri_request_errorConditions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ Rail transport, Roads and road transport
</xsd:element>
<xsd:complexType name="ErrorCodeStructure">
<xsd:annotation>
<xsd:documentation>Type for error code.</xsd:documentation>
<xsd:documentation>Type for Error Code.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ErrorText" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Additional description of error. This allows a description to be supplied when the Ecror code is used in a specific WSDL fault, rather than within a general error condition.</xsd:documentation>
<xsd:documentation>Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down
Loading

0 comments on commit ce377ce

Please sign in to comment.