From 0bef7743f62659ebaaa1bf16a25e0c32f6223a44 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:38:27 -0500 Subject: [PATCH] spelling: and restarted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- sdk/include/_pkjs_message_wrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/include/_pkjs_message_wrapper.js b/sdk/include/_pkjs_message_wrapper.js index f411e3f3..653ee28f 100644 --- a/sdk/include/_pkjs_message_wrapper.js +++ b/sdk/include/_pkjs_message_wrapper.js @@ -351,7 +351,7 @@ if (this._getNextMessageType() !== "object") { // This is no longer our highest priority outgoing message. // Send that message instead, and this message will be left in the queue - // andrestarted when appropriate. + // and restarted when appropriate. this._resetCurrent(); this._sendNext(); return;