diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-03-03 12:42:14 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-03-03 12:42:14 +0100 |
| commit | 639e362cb00eaaf12855de00eecad01898722ed7 (patch) | |
| tree | d92c4ee3ccf3106bef3dc701666c74755de5405c | |
| parent | 83fd4dfb480935f25a7b2a6e07fd3ea7f36b4c11 (diff) | |
| download | mullvadvpn-639e362cb00eaaf12855de00eecad01898722ed7.tar.xz mullvadvpn-639e362cb00eaaf12855de00eecad01898722ed7.zip | |
Fix typo
| -rw-r--r-- | ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift | 2 |
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. |
