diff options
Diffstat (limited to 'winpty/src/windows.rs')
-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> |