Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lauckhart authored Jan 24, 2025
1 parent 023ab41 commit db539eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/src/protocol/MessageExchange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ export class MessageExchange {
logger.error("An error happened when closing the exchange", error);
}
if (force) {
// We have sent the Ack, so close here, no reties because close is forced
// We have sent the Ack, so close here, no retries because close is forced
return this.#close();
}
} else if (this.#sentMessageToAck === undefined || force) {
Expand Down

0 comments on commit db539eb

Please sign in to comment.