File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ class Dechunker {
172
172
// no-op
173
173
}
174
174
175
- /** Called when a complete chunk header has been recieved */
175
+ /** Called when a complete chunk header has been received */
176
176
_onHeader ( header ) {
177
177
if ( header == 0 ) {
178
178
// Message boundary
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class Connection {
103
103
constructor ( channel , url , disableLosslessIntegers = false ) {
104
104
/**
105
105
* 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
107
107
* to the next pending observer.
108
108
*/
109
109
this . url = url ;
You can’t perform that action at this time.
0 commit comments