summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-06-08 15:30:38 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-06-08 15:30:38 +0200
commit7deaeb4712d334bd34f8f98bbc168978020862f7 (patch)
treec26bb0035409e98cca29a0d7ec3201a875ab7315
parent3abe9583a9e7a865b97e941d73b623ca93d86a33 (diff)
downloadmullvadvpn-7deaeb4712d334bd34f8f98bbc168978020862f7.tar.xz
mullvadvpn-7deaeb4712d334bd34f8f98bbc168978020862f7.zip
Fix typo
-rw-r--r--talpid_core/src/tunnel/openvpn.rs2
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())
}
}