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 {
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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments