summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process/monitor.rs2
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 {