]> git.codecow.com Git - Monocypher.git/commitdiff
American -> British
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 7 Mar 2019 10:24:35 +0000 (11:24 +0100)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 7 Mar 2019 10:24:35 +0000 (11:24 +0100)
doc/man/man3/crypto_kex_x_init_client.3monocypher
doc/man/man3/crypto_kex_xk1_init_client.3monocypher

index 0e0b3afacd60288fbe9c89d59042cf74beede41f..4026b74261c572d445c512bd0f86619d9480f8d9 100644 (file)
@@ -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
index 5a5e7a917914213efe5508d212a4d223118b14fd..06358ba4757498a61fc9af3e67da0941dc901ed5 100644 (file)
@@ -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