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 /winpty | |
parent | ce53639553e5fc739f6db434b58704b2e9b405b7 (diff) | |
download | alacritty-2c462c7d03e57166c4d11e809777d7c8ad4832b7.tar.gz alacritty-2c462c7d03e57166c4d11e809777d7c8ad4832b7.zip |
Fix spelling mistakes
Diffstat (limited to 'winpty')
-rw-r--r-- | winpty/src/windows.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winpty/src/windows.rs b/winpty/src/windows.rs index 5746df2a..ada8bb0d 100644 --- a/winpty/src/windows.rs +++ b/winpty/src/windows.rs @@ -207,7 +207,7 @@ impl<'a, 'b> Winpty<'a> { } } - /// Get the list of processses running in the winpty agent. Returns <= count processes + /// Get the list of processes running in the winpty agent. Returns <= count processes /// /// `count` must be greater than 0. Larger values cause a larger allocation. // TODO: This should return Vec<Handle> instead of Vec<i32> |