diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-08-16 01:25:10 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-08-16 01:25:10 +0200 |
commit | d3ecffac3b46abb0d6a91a82838c05b11fd6fe0c (patch) | |
tree | 5c1d82b23356ee0ac062fa567b8df7fc5c6cb53d | |
parent | a22cc2f072740e0aa90fc69c4c5d6a3429431994 (diff) | |
download | VeraCrypt-d3ecffac3b46abb0d6a91a82838c05b11fd6fe0c.tar.gz VeraCrypt-d3ecffac3b46abb0d6a91a82838c05b11fd6fe0c.zip |
Fix typo in Release Notes
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 3164963 -> 3164965 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex eadc4198..6cca3702 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 5cb8a2b2..28c2e22e 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -45,7 +45,7 @@ <ul> <li>Security: Ensure that XTS primary key is different from the secondary key when creating volumes <ul> - <li>Issue unlikly to happen thanks to random generator properties but this check must be added to prevent attacks</li> + <li>Issue unlikely to happen thanks to random generator properties but this check must be added to prevent attacks</li> <li>Reference: CCSS,NSA comment at page 3: <a href="https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf">https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf</a></li> </ul> </li> |