Skip to content

Commit

Permalink
Merge pull request #160 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
tarcieri committed Sep 2, 2017
2 parents 1ac7c75 + 2ff0041 commit 699e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb
Original file line number Diff line number Diff line change
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 699e329

Please sign in to comment.