diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-02 20:53:03 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-02 20:53:03 -0400 |
commit | 168e0fd10505a908863e194eb6ef05df6f9f2858 (patch) | |
tree | e5c63775d6e05d012e8b56dc8f0f25b2d829de9f | |
parent | 5591d44632f5ddb088e2405756c0e219915ceda4 (diff) |
Fixed typo.
-rw-r--r-- | docs/Crypto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Crypto.txt b/docs/Crypto.txt index 95d343d5..3abfe82e 100644 --- a/docs/Crypto.txt +++ b/docs/Crypto.txt | |||
@@ -10,7 +10,7 @@ generate the users public-private key pair. (32 bytes each) | |||
10 | The generated public key is set as the client_id of the peer. | 10 | The generated public key is set as the client_id of the peer. |
11 | 11 | ||
12 | Adding a friend: | 12 | Adding a friend: |
13 | Alice adds bob to her friends list by adding his 32 byte public key (client_id) to his friends list. | 13 | Alice adds bob to her friends list by adding his 32 byte public key (client_id) to her friends list. |
14 | 2 cases: | 14 | 2 cases: |
15 | case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect to him. | 15 | case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect to him. |
16 | case 2: Bob and Alice add their respective public keys to their friends list at the same time. | 16 | case 2: Bob and Alice add their respective public keys to their friends list at the same time. |