Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Addresses my last review comments.
  • Loading branch information
nigelmegitt committed Mar 31, 2017
1 parent 6183ff0 commit fa970b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ebu_tt_live/xsd/ebutt_livemessage.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<xs:complexType name="message_header_type">
<xs:annotation>
<xs:documentation>Message header to help a recipient identify the purpose of the message
and decide whether it is relevant to them and if so what type of payload it contai if any
and decide whether it is relevant to them and if so what type of payload it contains if any
and how to process that payload</xs:documentation>
</xs:annotation>

Expand All @@ -24,7 +24,7 @@
<xs:complexType name="message_type">
<xs:annotation>
<xs:documentation>The message container type that can be used as a root document element
to create a new message. It shall specify its header and it could speficy a payload.
to create a new message. It shall specify its header and it could specify a payload.
</xs:documentation>
</xs:annotation>

Expand All @@ -38,4 +38,4 @@
</xs:complexType>
<xs:element name="message" type="ebuttlm:message_type" />

</xs:schema>
</xs:schema>

0 comments on commit fa970b7

Please sign in to comment.