From 5849d144fa5ca55f909271f078cae87c70c61232 Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Thu, 7 Mar 2019 11:24:35 +0100 Subject: [PATCH] American -> British --- doc/man/man3/crypto_kex_x_init_client.3monocypher | 6 +++--- doc/man/man3/crypto_kex_xk1_init_client.3monocypher | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/man/man3/crypto_kex_x_init_client.3monocypher b/doc/man/man3/crypto_kex_x_init_client.3monocypher index 0e0b3af..4026b74 100644 --- a/doc/man/man3/crypto_kex_x_init_client.3monocypher +++ b/doc/man/man3/crypto_kex_x_init_client.3monocypher @@ -74,7 +74,7 @@ If you can, always prefer When starting a new connection to the server, the client first reads the server's public key from the network; then it calls .Fn crypto_client_x_init_client -to initialize a +to initialise a .Vt crypto_kex_ctx . The arguments to .Fn crypto_client_x_init_client @@ -119,7 +119,7 @@ to the server to complete the key exchange. .Ss Key exchange as the server When accepting a new connection from a client, the server calls .Fn crypto_client_xk1_init_server -to initialize a +to initialise a .Vt crypto_kex_ctx . The arguments to .Fn crypto_client_xk1_init_server @@ -133,7 +133,7 @@ can be specified because the server authenticates clients only once the handshake completes, which is application logic and not part of the key exchange protocol. .Pp -After initializing +After initialising .Fa ctx , the server waits for the client to send .Fa msg1 diff --git a/doc/man/man3/crypto_kex_xk1_init_client.3monocypher b/doc/man/man3/crypto_kex_xk1_init_client.3monocypher index 5a5e7a9..06358ba 100644 --- a/doc/man/man3/crypto_kex_xk1_init_client.3monocypher +++ b/doc/man/man3/crypto_kex_xk1_init_client.3monocypher @@ -87,7 +87,7 @@ to a connection from a client immediately. .Ss Key exchange as the client When starting a new connection to the server, the client first calls .Fn crypto_client_xk1_init_client -to initialize a +to initialise a .Vt crypto_kex_ctx . The arguments to .Fn crypto_client_xk1_init_client @@ -150,7 +150,7 @@ to the server to complete the key exchange. .Ss Key exchange as the server When accepting a new connection from a client, the server first calls .Fn crypto_client_xk1_init_server -to initialize a +to initialise a .Vt crypto_kex_ctx . The arguments to .Fn crypto_client_xk1_init_server @@ -166,7 +166,7 @@ and .Fa local_pk are generated ahead of time and known to the clients. .Pp -After initializing +After initialising .Fa ctx , the server waits for the client to send .Fa msg1 -- 2.47.3