XMPPTCPConnection: Add missing `to` in comment

This commit is contained in:
Aditya Borikar 2020-08-23 13:25:18 +05:30
parent 53d66261af
commit 0bb0884512
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
}
// If we are able to resume the stream, then don't set
// connected/authenticated/usingTLS to false since we like behave like we are still
// connected/authenticated/usingTLS to false since we like to behave like we are still
// connected (e.g. sendStanza should not throw a NotConnectedException).
if (isSmResumptionPossible() && instant) {
disconnectedButResumeable = true;