spelling: and restarted

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:38:27 -05:00
parent 17765dce27
commit 0bef7743f6

View file

@ -351,7 +351,7 @@
if (this._getNextMessageType() !== "object") { if (this._getNextMessageType() !== "object") {
// This is no longer our highest priority outgoing message. // This is no longer our highest priority outgoing message.
// Send that message instead, and this message will be left in the queue // Send that message instead, and this message will be left in the queue
// andrestarted when appropriate. // and restarted when appropriate.
this._resetCurrent(); this._resetCurrent();
this._sendNext(); this._sendNext();
return; return;