diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-25 10:20:26 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-25 10:22:06 +0100 |
| commit | 35a1bc8c7589726ec2293f2bb54295aa5ddec7df (patch) | |
| tree | 63438f77736594cce28bca9812048d2ada8516b7 /src | |
| parent | 1555f1faf57f5fff7e1ebb7d17ed6c65db0e3e07 (diff) | |
| download | mullvadvpn-35a1bc8c7589726ec2293f2bb54295aa5ddec7df.tar.xz mullvadvpn-35a1bc8c7589726ec2293f2bb54295aa5ddec7df.zip | |
Fix typo in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/process/monitor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process/monitor.rs b/src/process/monitor.rs index f3d90f344a..cf0473223f 100644 --- a/src/process/monitor.rs +++ b/src/process/monitor.rs @@ -89,7 +89,7 @@ pub struct ChildMonitor<C: MonitoredChild, B: ChildSpawner<C>> { } impl<C: MonitoredChild, B: ChildSpawner<C>> ChildMonitor<C, B> { - /// Creates a new `ChildMonitor` that spawn processes with the given `builder`. The new + /// Creates a new `ChildMonitor` that spawns processes with the given `builder`. The new /// `ChildMonitor` will be in the stopped state and not start any process until you call /// `start()`. pub fn new(builder: B) -> Self { |
