From 3f2418dec744c39915b742a18942f383a0814479 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 25 Aug 2021 22:54:23 +0200 Subject: [PATCH] [core] Fix spelling errors in code comment within PacketParserUtils --- .../java/org/jivesoftware/smack/util/PacketParserUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/util/PacketParserUtils.java b/smack-core/src/main/java/org/jivesoftware/smack/util/PacketParserUtils.java index 7729bea9d..9b08d6572 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/util/PacketParserUtils.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/util/PacketParserUtils.java @@ -549,8 +549,8 @@ public class PacketParserUtils { if (provider != null) { iqPacket = provider.parse(parser, iqData, outerXmlEnvironment); } - // Note that if we reach this code, it is guranteed that the result IQ contained a child element - // (RFC 6120 § 8.2.3 6) because otherwhise we would have reached the END_ELEMENT first. + // Note that if we reach this code, it is guaranteed that the result IQ contained a child element + // (RFC 6120 § 8.2.3 6) because otherwise we would have reached the END_ELEMENT first. else { // No Provider found for the IQ stanza, parse it to an UnparsedIQ instance // so that the content of the IQ can be examined later on