diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-03-07 07:42:41 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-03-07 07:42:41 +0100 |
| commit | 913d667507de4c9c9593d4871a0dcc46bfd06944 (patch) | |
| tree | 8c2c96fb8727479226a3e8b444f1c4d8fd9b824a /src/process | |
| parent | d1874d1734b6ddbae9d6149a3415379cb224db1a (diff) | |
| download | mullvadvpn-913d667507de4c9c9593d4871a0dcc46bfd06944.tar.xz mullvadvpn-913d667507de4c9c9593d4871a0dcc46bfd06944.zip | |
Fix typos
Diffstat (limited to 'src/process')
| -rw-r--r-- | src/process/openvpn.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process/openvpn.rs b/src/process/openvpn.rs index 79237b9eff..2d25deb965 100644 --- a/src/process/openvpn.rs +++ b/src/process/openvpn.rs @@ -161,11 +161,11 @@ impl ChildSpawner for OpenVpnCommand { pub enum OpenVpnEvent { /// An event from the plugin loaded into OpenVPN. PluginEvent(Result<HashMap<String, String>>), - /// The OpenVPN process exited. The bool indicate if the process exited cleanly. + /// The OpenVPN process exited. The bool indicates if the process exited cleanly. Shutdown(bool), } -/// A struct able to start and monitor OpenVPN procesess. +/// A struct able to start and monitor OpenVPN processes. pub struct OpenVpnMonitor { command: OpenVpnCommand, monitor: ChildMonitor<OpenVpnCommand>, |
