summaryrefslogtreecommitdiffhomepage
path: root/talpid-openvpn-plugin
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-04-05 20:32:55 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-04-05 20:32:55 +0200
commite56799a487983124ce3cfcd87a275a67c91c942b (patch)
tree18cca9b3b5ebb07d8b638387740eeae1c091ab9e /talpid-openvpn-plugin
parent4d04e91cefd5b6b423cf54f1a8d205d2094931a0 (diff)
downloadmullvadvpn-e56799a487983124ce3cfcd87a275a67c91c942b.tar.xz
mullvadvpn-e56799a487983124ce3cfcd87a275a67c91c942b.zip
Fix feedback
Diffstat (limited to 'talpid-openvpn-plugin')
-rw-r--r--talpid-openvpn-plugin/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-openvpn-plugin/src/lib.rs b/talpid-openvpn-plugin/src/lib.rs
index fab5ce4ba2..c2080e294a 100644
--- a/talpid-openvpn-plugin/src/lib.rs
+++ b/talpid-openvpn-plugin/src/lib.rs
@@ -21,7 +21,7 @@ pub enum Error {
#[error(display = "No core server id given as first argument")]
MissingCoreServerId,
- #[error(display = "Failed to sending an event to daemon over the IPC channel")]
+ #[error(display = "Failed to send an event to daemon over the IPC channel")]
SendEvent(#[error(cause)] jsonrpc_client_core::Error),
#[error(display = "Connection is shut down")]