Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 2, 2017
1 parent 1ac7c75 commit 2ff0041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb
Expand Up @@ -18,7 +18,7 @@ module Boxes
# #=> #<RbNaCl::PrivateKey ...>
#
# # send bobkey.public_key to alice
# # recieve alice's public key, alicepk
# # receive alice's public key, alicepk
# # NB: This is actually the hard part of the system. How to do it securely
# # is left as an exercise to for the reader.
# alice_pubkey = "..."
Expand Down

0 comments on commit 2ff0041

Please sign in to comment.