diff options
author | JDTX <jdtx@fr0st.me> | 2019-04-28 16:42:43 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-28 21:42:43 +0000 |
commit | 2c462c7d03e57166c4d11e809777d7c8ad4832b7 (patch) | |
tree | 52fe5e2bb4e55a96ead6de845c72df4eef37ce50 /alacritty_terminal/src/tty/windows/mod.rs | |
parent | ce53639553e5fc739f6db434b58704b2e9b405b7 (diff) | |
download | alacritty-2c462c7d03e57166c4d11e809777d7c8ad4832b7.tar.gz alacritty-2c462c7d03e57166c4d11e809777d7c8ad4832b7.zip |
Fix spelling mistakes
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. // |