Skip to content

Commit 711c89c

Browse files
committed
spelling: receive
1 parent 6f912c0 commit 711c89c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/v1/internal/chunking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Dechunker {
172172
// no-op
173173
}
174174

175-
/** Called when a complete chunk header has been recieved */
175+
/** Called when a complete chunk header has been received */
176176
_onHeader(header) {
177177
if (header == 0) {
178178
// Message boundary

src/v1/internal/connector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Connection {
103103
constructor(channel, url, disableLosslessIntegers = false) {
104104
/**
105105
* An ordered queue of observers, each exchange response (zero or more
106-
* RECORD messages followed by a SUCCESS message) we recieve will be routed
106+
* RECORD messages followed by a SUCCESS message) we receive will be routed
107107
* to the next pending observer.
108108
*/
109109
this.url = url;

0 commit comments

Comments
 (0)