summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-11-17 10:30:45 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-11-17 10:30:45 +0100
commit34f59d3980be65e84f5fc44049dee5ae2534fef3 (patch)
tree11fdc05a68a3fdc8aff82beff04a9412983263ef
parent8b52b4f4b0cee77aca6666fbf5a85cc7211916ed (diff)
downloadmullvadvpn-34f59d3980be65e84f5fc44049dee5ae2534fef3.tar.xz
mullvadvpn-34f59d3980be65e84f5fc44049dee5ae2534fef3.zip
Fix documentation wording
-rw-r--r--mullvad-daemon/src/relays.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/relays.rs b/mullvad-daemon/src/relays.rs
index 5a847887e0..b15e32ae07 100644
--- a/mullvad-daemon/src/relays.rs
+++ b/mullvad-daemon/src/relays.rs
@@ -86,7 +86,7 @@ impl RelaySelector {
&mut self,
constraints: &RelayConstraints,
) -> Result<(Relay, TunnelEndpoint)> {
- // Highest priority preference. Where we prefer OpenVPN over UDP. But without changing
+ // Highest priority preference. Where we prefer OpenVPN using UDP. But without changing
// any constraints that are explicitly specified.
let tunnel_constraints1 = match constraints.tunnel {
Constraint::Any => TunnelConstraints::OpenVpn(OpenVpnConstraints {