1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

Fix spelling: replace "it's" with "its" where a possessive is meant

This commit is contained in:
Kees Hink 2023-11-18 14:06:49 +01:00
parent a8fcd99eb9
commit e6d8efeb2b
5 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ The client solves a challenge based on these two packets, and sends it back usin
It also computes the shared keys used to encrypt the rest of the communication.
## Login challenge and cipher key computation.
The client starts by computing the DH shared secret using it's private key and the server's public key.
The client starts by computing the DH shared secret using its private key and the server's public key.
HMAC-SHA1 is then used to compute the send and receive keys, as well as the login challenge.
```