diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-04-30 14:42:38 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-05-05 14:41:47 +0200 |
| commit | c2548f51283735fe566bf1aa64d9892227bb14da (patch) | |
| tree | fef36fb63318f16ff6c2fde39ce0f2a0d80187df | |
| parent | 22ed0c52785254726486634ffe6f5fd9fd7160bc (diff) | |
| download | mullvadvpn-c2548f51283735fe566bf1aa64d9892227bb14da.tar.xz mullvadvpn-c2548f51283735fe566bf1aa64d9892227bb14da.zip | |
TunnelManager: fix typo
| -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: |
