XEP-0198: Fixed spelling (too/to)

This commit is contained in:
Guus der Kinderen 2018-09-19 17:17:30 +02:00
parent d688a35e52
commit e40792b25a
1 changed files with 2 additions and 2 deletions

View File

@ -436,7 +436,7 @@
<example caption='Entity closes stream because peer acknowledges more stanzas than it was sent'><![CDATA[
<stream:error>
<undefined-condition xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
<handled-count-too-high xmlns='urn:xmpp:sm:3' h='10' send-count='8'/>
<handled-count-to-high xmlns='urn:xmpp:sm:3' h='10' send-count='8'/>
<text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-streams'>
You acknowledged 10 stanzas, but I only sent you 8 so far.
</text>
@ -693,7 +693,7 @@
</xs:restriction>
</xs:simpleType>
<xs:element name='handled-count-too-high'>
<xs:element name='handled-count-to-high'>
<xs:complexType>
<xs:attribute name='send-count'
type='xs:unsignedInt'