Skip to content

Commit 7a5159f

Browse files
committed
Fix typo in comment
1 parent 8ad72e3 commit 7a5159f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/session.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import {Config, defaultConfig} from './mux';
66
import {Stream} from './stream';
77

88
export class Session extends Transform {
9-
// localGoAway indicates that we should stop accepting futher connections
9+
// localGoAway indicates that we should stop accepting further connections
1010
private localGoaway = false;
1111

12-
// remoteGoAway indicates the remote side does not want futher connections.
12+
// remoteGoAway indicates the remote side does not want further connections.
1313
private remoteGoAway = false;
1414

1515
// nextStreamID is the next stream we should send. This depends if we are a client/server.

0 commit comments

Comments
 (0)