summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnel/DeviceCheck
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-11 09:49:55 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-06-05 14:21:09 +0000
commit73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch)
treea3719f7afc5b9004af683b540ddcce2cdf7911c2 /ios/PacketTunnel/DeviceCheck
parent6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff)
downloadmullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz
mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip
Fix typos
Diffstat (limited to 'ios/PacketTunnel/DeviceCheck')
-rw-r--r--ios/PacketTunnel/DeviceCheck/DeviceCheckOperation.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/PacketTunnel/DeviceCheck/DeviceCheckOperation.swift b/ios/PacketTunnel/DeviceCheck/DeviceCheckOperation.swift
index ab88b22167..6ec7dbe29b 100644
--- a/ios/PacketTunnel/DeviceCheck/DeviceCheckOperation.swift
+++ b/ios/PacketTunnel/DeviceCheck/DeviceCheckOperation.swift
@@ -20,7 +20,7 @@ import WireGuardKitTypes
tunnel process.
Packet tunnel runs this operation immediately as it starts, with `rotateImmediatelyOnKeyMismatch` flag set to
- `true` which forces key rotation to happpen immediately given that the key stored on server does not match the key
+ `true` which forces key rotation to happen immediately given that the key stored on server does not match the key
stored on device. Unless the last rotation attempt took place less than 15 seconds ago in which case the key rotation
is not performed.