diff options
Diffstat (limited to 'talpid-openvpn-plugin/src')
| -rw-r--r-- | talpid-openvpn-plugin/src/lib.rs | 2 |
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")] |
