diff --git a/parsers/src/iq.rs b/parsers/src/iq.rs index bcd02ba18915578228c116edba4ac1ff989d1674..9b35e87879b33702e54978d02c80e75205548262 100644 --- a/parsers/src/iq.rs +++ b/parsers/src/iq.rs @@ -59,7 +59,7 @@ pub enum IqPayload { /// Payload of a type='result' stanza. Result(Option), - /// The error carride in a type='error' stanza. + /// The error carried in a type='error' stanza. Error(StanzaError), }