Add documentation for the early data functions
[openssl.git] / doc / man3 / DES_random_key.pod
index 052b96df87ae6fb554a6d557edba81462c4270a4..bcf9761b3e9883fd1c771944a266bd964dae17b6 100644 (file)
@@ -114,7 +114,7 @@ architecture dependent I<DES_key_schedule> via the
 DES_set_key_checked() or DES_set_key_unchecked() function.
 
 DES_set_key_checked() will check that the key passed is of odd parity
-and is not a week or semi-weak key.  If the parity is wrong, then -1
+and is not a weak or semi-weak key.  If the parity is wrong, then -1
 is returned.  If the key is a weak key, then -2 is returned.  If an
 error is returned, the key schedule is not generated.