diff options
Diffstat (limited to 'alacritty_terminal/src/tty/windows/mod.rs')
-rw-r--r-- | alacritty_terminal/src/tty/windows/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/src/tty/windows/mod.rs b/alacritty_terminal/src/tty/windows/mod.rs index c87c5257..f5532d8e 100644 --- a/alacritty_terminal/src/tty/windows/mod.rs +++ b/alacritty_terminal/src/tty/windows/mod.rs @@ -100,7 +100,7 @@ pub fn new<'a>( } } -// TODO: The ConPTY API curently must use synchronous pipes as the input +// TODO: The ConPTY API currently must use synchronous pipes as the input // and output handles. This has led to the need to support two different // types of pipe. // |