diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-07-10 10:00:51 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-07-15 14:33:00 +0200 |
| commit | 70c7ecd75a9b780f22516832811bdc5af5ff606c (patch) | |
| tree | e6f80fd0902941343fe0cb95f427e7a1be680a36 | |
| parent | 4d58b52832a127c9bdf6fae7124e7f67abaa0bc2 (diff) | |
| download | mullvadvpn-70c7ecd75a9b780f22516832811bdc5af5ff606c.tar.xz mullvadvpn-70c7ecd75a9b780f22516832811bdc5af5ff606c.zip | |
Fix 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 542fc71e2e..f3a5c532e4 100644 --- a/ios/MullvadVPN/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager.swift @@ -143,7 +143,7 @@ class TunnelManager { /// Account token is not set case missingAccount - /// A failure to stop the VPN tunnel via system call + /// A failure to start the VPN tunnel via system call case startVPNTunnel(Swift.Error) /// A failure to load the system VPN configurations created by the app |
