diff options
| -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 |
