From 2ff004132eb55664a35eb9a356bf504c6abc55c0 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 2 Sep 2017 07:33:09 +0100 Subject: [PATCH] correct spelling mistake --- lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb b/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb index 585bdff..bce99c2 100644 --- a/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb +++ b/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb @@ -18,7 +18,7 @@ module Boxes # #=> # # # # 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 = "..."