summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/TunnelManager.swift2
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)
}