Skip to content

Commit cdd15f0

Browse files
authored
TSCBasic/TerminalController.swift: fix typo (#390)
`enviornment` -> `environment`
1 parent 8a39dc0 commit cdd15f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/TerminalController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public final class TerminalController {
2222
/// The terminal is a TTY.
2323
case tty
2424

25-
/// TERM enviornment variable is set to "dumb".
25+
/// TERM environment variable is set to "dumb".
2626
case dumb
2727

2828
/// The terminal is a file stream.

0 commit comments

Comments
 (0)