Skip to content

Commit 0cb10e9

Browse files
authored
Fix a typo in src/vs/platform/terminal/common/terminal.ts
accomodate -> accommodate
1 parent 7cc0427 commit 0cb10e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/terminal/common/terminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export enum HeartbeatConstants {
425425
BeatInterval = 5000,
426426
/**
427427
* The duration of the first heartbeat while the pty host is starting up. This is much larger
428-
* than the regular BeatInterval to accomodate slow machines, we still want to warn about the
428+
* than the regular BeatInterval to accommodate slow machines, we still want to warn about the
429429
* pty host's unresponsiveness eventually though.
430430
*/
431431
ConnectingBeatInterval = 20000,

0 commit comments

Comments
 (0)