Fix tiny spelling mistake

This commit is contained in:
Knut Hühne
2021-03-08 22:35:20 +01:00
committed by Milan Stute
parent 6665309150
commit f88663f5e7
+3 -3
View File
@@ -15,7 +15,7 @@ OpenHaystack is a framework for tracking personal Bluetooth devices via Apple's
- [Usage](#usage)
- [How does Apple's Find My network work?](#how-does-apples-find-my-network-work)
- [Pairing](#pairing-1)
- [Loosing](#loosing-2)
- [Losing](#losing-2)
- [Finding](#finding-3)
- [Searching](#searching-4)
- [How to track other Bluetooth devices?](#how-to-track-other-bluetooth-devices)
@@ -82,9 +82,9 @@ We briefly explain Apple's offline finding system (aka [_Find My network_](https
To use Apple's Find My network, we generate a public-private key pair on an elliptic curve (P-224). The private key remains on the Mac securely stored in the keychain, and the public key will be deployed on the tag, e.g., an attached micro:bit.
### Loosing (2)
### Losing (2)
In short, the tags broadcast the public key as Bluetooth Low Energy (BLE) advertisements (see [firmware](Firmware).
In short, the tags broadcast the public key as Bluetooth Low Energy (BLE) advertisements (see [firmware](Firmware)).
Nearby iPhones will not be able to distinguish our tags from a genuine Apple device or certified accessory.
### Finding (3)