Skip to content

Commit

Permalink
chore: spelling mistake
Browse files Browse the repository at this point in the history
#15

[ci skip]
  • Loading branch information
Bugs5382 committed Dec 13, 2023
1 parent 5e1395d commit 668348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/hl7Outbound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class HL7Outbound extends EventEmitter {
this._pendingSetup = checkConnection().finally(() => { this._pendingSetup = false })
}
} else if (this._readyState === READY_STATE.CONNECTED && this._opt.waitAck && this._awaitingResponse) {
// Ok, we ar now conformed connected.
// Ok, we ar now confirmed connected.
// However, since we are checking
// to make sure we wait for an ACKNOWLEDGEMENT from the server,
// that the message was gotten correctly from the last one we sent.
Expand Down

0 comments on commit 668348c

Please sign in to comment.