summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.c
diff options
context:
space:
mode:
authorcgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
committercgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
commit2bb2bc4163a13253d51b7d11e4abbe62b07da526 (patch)
tree18f7566c886ae81f23b14a7449234d6aede24ba4 /toxcore/crypto_core.c
parenta0302b7acaef47805f93718630e501acdd3a3d00 (diff)
spelling corrections
Diffstat (limited to 'toxcore/crypto_core.c')
-rw-r--r--toxcore/crypto_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/crypto_core.c b/toxcore/crypto_core.c
index 1799b600..32d07208 100644
--- a/toxcore/crypto_core.c
+++ b/toxcore/crypto_core.c
@@ -210,7 +210,7 @@ void new_nonce(uint8_t *nonce)
210 210
211/* Create a request to peer. 211/* Create a request to peer.
212 * send_public_key and send_secret_key are the pub/secret keys of the sender. 212 * send_public_key and send_secret_key are the pub/secret keys of the sender.
213 * recv_public_key is public key of reciever. 213 * recv_public_key is public key of receiver.
214 * packet must be an array of MAX_CRYPTO_REQUEST_SIZE big. 214 * packet must be an array of MAX_CRYPTO_REQUEST_SIZE big.
215 * Data represents the data we send with the request with length being the length of the data. 215 * Data represents the data we send with the request with length being the length of the data.
216 * request_id is the id of the request (32 = friend request, 254 = ping request). 216 * request_id is the id of the request (32 = friend request, 254 = ping request).