diff --git a/parsers/src/iq.rs b/parsers/src/iq.rs index bcd02ba1..9b35e878 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), }