diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-12-23 13:14:55 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-01-03 11:40:30 +0100 |
| commit | 9f31769e8801b25619f33fe7ca64ccd824a15f0b (patch) | |
| tree | 69a05f974d2a0e261b91f6a50c90f6ff4e706936 | |
| parent | 5db5a72c8269a7b5fdf3613d73f402df4aae9303 (diff) | |
| download | mullvadvpn-9f31769e8801b25619f33fe7ca64ccd824a15f0b.tar.xz mullvadvpn-9f31769e8801b25619f33fe7ca64ccd824a15f0b.zip | |
Fix the comment
| -rw-r--r-- | ios/MullvadVPN/TunnelManager.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/TunnelManager.swift b/ios/MullvadVPN/TunnelManager.swift index 79d91f4b7f..f1b0ab8c59 100644 --- a/ios/MullvadVPN/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager.swift @@ -69,7 +69,7 @@ enum SetAccountError: Error { /// A failure to push the wireguard key case pushWireguardKey(PushWireguardKeyError) - /// A failure to set up the tunnel + /// A failure to set up a tunnel case setup(SetupTunnelError) } |
