diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-06-12 13:36:17 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-06-12 17:31:10 +0200 |
| commit | cc4e40d2e85a14ed69b83fb77fb0bbca31a2485e (patch) | |
| tree | 19753e52136dcfccb2c2b7023aa8453666bf15f3 | |
| parent | aad18e3f08e798a660d445d78184d441d7eae2f8 (diff) | |
| download | mullvadvpn-cc4e40d2e85a14ed69b83fb77fb0bbca31a2485e.tar.xz mullvadvpn-cc4e40d2e85a14ed69b83fb77fb0bbca31a2485e.zip | |
Fix typo
| -rw-r--r-- | mullvad-types/src/endpoint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-types/src/endpoint.rs b/mullvad-types/src/endpoint.rs index 06f8f4f774..3510d5ec30 100644 --- a/mullvad-types/src/endpoint.rs +++ b/mullvad-types/src/endpoint.rs @@ -8,7 +8,7 @@ use talpid_types::net::{wireguard, Endpoint, TransportProtocol}; use crate::relay_list::{OpenVpnEndpointData, WireguardEndpointData}; -/// Contains server data needed to conenct to a single mullvad endpoint +/// Contains server data needed to connect to a single mullvad endpoint #[derive(Debug, Clone)] pub enum MullvadEndpoint { OpenVpn(Endpoint), |
