From 996151446c4b93a2c222eaa8b86e28badc3cf3fa Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 13 Mar 2015 17:04:15 -0400 Subject: [PATCH] Fixed typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fba5a74f..bdd25c19 100644 --- a/README.rst +++ b/README.rst @@ -364,7 +364,7 @@ TLS handshake * The client verifies the server digital certificate against its list of trusted CAs. If trust can be established based on the CA, the client generates a string of pseudo-random bytes and encrypts this with the server's - public key. These random bytes can be used determine the symmetric key. + public key. These random bytes can be used to determine the symmetric key. * The server decrypts the random bytes using its private key and uses these bytes to generate its own copy of the symmetric master key.