diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-11 09:49:55 +0200 |
|---|---|---|
| committer | omahs <73983677+omahs@users.noreply.github.com> | 2025-06-05 14:21:09 +0000 |
| commit | 73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch) | |
| tree | a3719f7afc5b9004af683b540ddcce2cdf7911c2 /ios/PacketTunnel/DeviceCheck | |
| parent | 6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff) | |
| download | mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip | |
Fix typos
Diffstat (limited to 'ios/PacketTunnel/DeviceCheck')
| -rw-r--r-- | ios/PacketTunnel/DeviceCheck/DeviceCheckOperation.swift | 2 |
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. |
