Fix spelling in pod files
[openssl.git] / doc / ssl / SSL_get_client_random.pod
index 3db5a26b11acf67d99764177151a5f6c512a7e3a..1bc7bceba0e16f44310ab97e18c277201d45f85b 100644 (file)
@@ -41,7 +41,7 @@ details.
 
 Despite the names of SSL_get_client_random() and SSL_get_server_random(), they
 ARE NOT random number generators.  Instead, they return the mostly-random values that
-were already generated and used in the TLS protoccol.  Using them
+were already generated and used in the TLS protocol.  Using them
 in place of RAND_bytes() would be grossly foolish.
 
 The security of your TLS session depends on keeping the master key secret: