diff options
| -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. |
