[erlang-patches] [PATCH] Fix typos in the distribution handshake doc

Björn Gustavsson bgustavsson@REDACTED
Mon Jul 26 14:45:32 CEST 2010


On Thu, Jul 22, 2010 at 2:44 AM, Michael Santos
<michael.santos@REDACTED> wrote:
> ---
>  lib/kernel/internal_doc/distribution_handshake.txt |   38 ++++++++++----------
>  1 files changed, 19 insertions(+), 19 deletions(-)
>

Thanks! Will apply directly to dev, with this additional correction squashed in:

diff --git a/lib/kernel/internal_doc/distribution_handshake.txt
b/lib/kernel/internal_doc/distribution_handshake.txt
index aea290f..6a3ee22 100644
--- a/lib/kernel/internal_doc/distribution_handshake.txt
+++ b/lib/kernel/internal_doc/distribution_handshake.txt
@@ -120,7 +120,7 @@ Where Chal0 ... Chal3 is the challenge as a 32 bit
big endian integer
 and the other fields are B's version, flags and full nodename.

 5) send_challenge_reply/recv_challenge_reply: Now A has generated
-a digest and it's own challenge. Those are sent together in a package
+a digest and its own challenge. Those are sent together in a package
 to B:

 +---+-----+-----+-----+-----+-----+-----+-----+-----+-...-+------+


-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list