summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-03-03 12:42:14 +0100
committerAndrej Mihajlov <and@mullvad.net>2023-03-03 12:42:14 +0100
commit639e362cb00eaaf12855de00eecad01898722ed7 (patch)
treed92c4ee3ccf3106bef3dc701666c74755de5405c
parent83fd4dfb480935f25a7b2a6e07fd3ea7f36b4c11 (diff)
downloadmullvadvpn-639e362cb00eaaf12855de00eecad01898722ed7.tar.xz
mullvadvpn-639e362cb00eaaf12855de00eecad01898722ed7.zip
Fix typo
-rw-r--r--ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift b/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift
index 4cd84dc074..f47ecaf98f 100644
--- a/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift
+++ b/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift
@@ -55,7 +55,7 @@ final class TunnelMonitor: PingerDelegate {
case stopped
/// Preparing to start.
- /// Intermediate state before recieving the first path update.
+ /// Intermediate state before receiving the first path update.
case pendingStart
/// Establishing connection.