diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-08-30 17:23:10 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-09-21 10:33:13 +0200 |
| commit | 77be2e7cacaf01a802efa7c02b1f7371b8f33cb8 (patch) | |
| tree | 34a17f697a858f7389fe560fe003d3aff74bb8a4 | |
| parent | b81679f7607cae1acb8385698eba8ac9ff6d589d (diff) | |
| download | mullvadvpn-77be2e7cacaf01a802efa7c02b1f7371b8f33cb8.tar.xz mullvadvpn-77be2e7cacaf01a802efa7c02b1f7371b8f33cb8.zip | |
Fix typo
| -rw-r--r-- | ios/MullvadVPN/TunnelManager/TunnelManager.swift | 2 | ||||
| -rw-r--r-- | ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/TunnelManager/TunnelManager.swift b/ios/MullvadVPN/TunnelManager/TunnelManager.swift index 00e203fb3a..1fa465b67b 100644 --- a/ios/MullvadVPN/TunnelManager/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager/TunnelManager.swift @@ -13,7 +13,7 @@ import StoreKit import UIKit import class WireGuardKitTypes.PublicKey -/// Interval used for periodic pollingg of tunnel relay status when tunnel is establishing +/// Interval used for periodic polling of tunnel relay status when tunnel is establishing /// connection. private let establishingTunnelStatusPollInterval: TimeInterval = 3 diff --git a/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift b/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift index 0a97e290bc..46780eac2b 100644 --- a/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift +++ b/ios/PacketTunnel/TunnelMonitor/TunnelMonitor.swift @@ -202,7 +202,7 @@ final class TunnelMonitor: PingerDelegate { /// Ping statistics. private struct PingStats { - /// Dictionary holding sequence and the corresponding date when ech request took place. + /// Dictionary holding sequence and corresponding date when echo request took place. var requests = [UInt16: Date]() /// Timestamp when last echo request was sent. |
