diff options
Diffstat (limited to 'ios')
| -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 9f0e478daf..f8085c08da 100644 --- a/ios/MullvadVPN/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager.swift @@ -216,7 +216,7 @@ class TunnelManager { case .removeTunnelSettings: return "Failed to remove the tunnel settings" case .obtainPersistentKeychainReference: - return "Failed to obtain the persistent keychain refrence" + return "Failed to obtain the persistent keychain reference" case .pushWireguardKey: return "Failed to push the WireGuard key to server" case .replaceWireguardKey: |
