diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-06-08 15:30:38 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-06-08 15:30:38 +0200 |
| commit | 7deaeb4712d334bd34f8f98bbc168978020862f7 (patch) | |
| tree | c26bb0035409e98cca29a0d7ec3201a875ab7315 | |
| parent | 3abe9583a9e7a865b97e941d73b623ca93d86a33 (diff) | |
| download | mullvadvpn-7deaeb4712d334bd34f8f98bbc168978020862f7.tar.xz mullvadvpn-7deaeb4712d334bd34f8f98bbc168978020862f7.zip | |
Fix typo
| -rw-r--r-- | talpid_core/src/tunnel/openvpn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_core/src/tunnel/openvpn.rs b/talpid_core/src/tunnel/openvpn.rs index b805d3563a..cf33484f38 100644 --- a/talpid_core/src/tunnel/openvpn.rs +++ b/talpid_core/src/tunnel/openvpn.rs @@ -83,7 +83,7 @@ impl OpenVpnMonitor { ); Ok(()) } else { - error!("OpenVPN died unepectedly with status: {}", exit_status); + error!("OpenVPN died unexpectedly with status: {}", exit_status); Err(ErrorKind::ChildProcessError("Died unexpectedly").into()) } } |
