summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-09-30 08:41:04 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-09-30 08:41:04 +0200
commite9562c84a03598508d973099a4555eb9c8453913 (patch)
treed24dc8fc31d070cb9daa51a1032127f76360b65e
parentc35d1308dfbaed42731ea4dfe584025d60ebd8f2 (diff)
parent33d3653c883d96cd983bd57d821d14b62fc9c7f5 (diff)
downloadmullvadvpn-e9562c84a03598508d973099a4555eb9c8453913.tar.xz
mullvadvpn-e9562c84a03598508d973099a4555eb9c8453913.zip
Merge remote-tracking branch 'emsoucy/master'
-rw-r--r--mullvad-types/src/relay_constraints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-types/src/relay_constraints.rs b/mullvad-types/src/relay_constraints.rs
index 156cbf05b1..9306b6670b 100644
--- a/mullvad-types/src/relay_constraints.rs
+++ b/mullvad-types/src/relay_constraints.rs
@@ -161,7 +161,7 @@ impl fmt::Display for RelayConstraints {
match self.tunnel_protocol {
Constraint::Any => write!(
f,
- "Any tunnel protcol with OpenVPN through {} and WireGuard through {}",
+ "Any tunnel protocol with OpenVPN through {} and WireGuard through {}",
&self.openvpn_constraints, &self.wireguard_constraints,
)?,
Constraint::Only(ref tunnel_protocol) => {