Fixed typo.

This commit is contained in:
irungentoo 2013-07-02 20:53:03 -04:00
parent 5591d44632
commit 168e0fd105

View File

@ -10,7 +10,7 @@ generate the users public-private key pair. (32 bytes each)
The generated public key is set as the client_id of the peer.
Adding a friend:
Alice adds bob to her friends list by adding his 32 byte public key (client_id) to his friends list.
Alice adds bob to her friends list by adding his 32 byte public key (client_id) to her friends list.
2 cases:
case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect to him.
case 2: Bob and Alice add their respective public keys to their friends list at the same time.