Skip to content

Commit 2c9c6ef

Browse files
committed
Fix typo
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent d6e131c commit 2c9c6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pty/pty_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (p *windowsProcess) waitInternal() {
176176
if ret < 0 && p.cmdErr == nil {
177177
// if we already have an error from the command, prefer that error
178178
// but if the command succeeded and closing the PseudoConsole fails
179-
// then record that errror so that we have a chance to see it
179+
// then record that error so that we have a chance to see it
180180
p.cmdErr = err
181181
}
182182
p.pw.console = windows.InvalidHandle

0 commit comments

Comments
 (0)