summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCryptAxe <cryptaxe@gmail.com>2023-05-04 19:14:25 -0700
committerGitHub <noreply@github.com>2023-05-04 22:14:25 -0400
commit2038ab191eb5fb365cffe0a5f1b9bb765b02e795 (patch)
tree00d3914d3acf123761d4114706faee638fcb892b
parent899dea907103075cf7e68b16dc81aadd4ce83749 (diff)
downloadcryptopp-git-master.tar.gz
Fix typos in Readme.txt (PR #1207)HEADmaster
-rw-r--r--Readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.txt b/Readme.txt
index fb405749..a5f5f332 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -205,7 +205,7 @@ library in your programs to help avoid unwanted redirections.
*** Side Channel Attacks ***
Crypto++ attempts to resist side channel attacks using various remediations.
-The remdiations are applied as a best effort but are probably incomplete. They
+The remediations are applied as a best effort but are probably incomplete. They
are incomplete due to cpu speculation bugs like Spectre, Meltdown, Foreshadow.
The attacks target both cpu caches and internal buffers. Intel generally refers
to internal buffer attacks as "Microarchitectural Data Sampling" (MDS).
@@ -234,7 +234,7 @@ processed through Doxygen to produce an HTML reference manual. You can find
a link to the manual from http://www.cryptopp.com. Also at that site is
the Crypto++ FAQ, which you should browse through before attempting to
use this library, because it will likely answer many of questions that
-may come up. Finally, the site provide the wiki which has many topics
+may come up. Finally, the site provides the wiki which has many topics
and code examples.
If you run into any problems, please try the Crypto++ mailing list.
@@ -268,7 +268,7 @@ who can help resolve the issue. If you want to contribute a bug fix to the libra
then make a Pull Request or make a Diff available somewhere. Also see Bug Reports on
the wiki.
-Features and enhancements are welcomend additions to the library. This category tends
+Features and enhancements are welcomed additions to the library. This category tends
to be time consuming because algorithms and their test cases need to be reviewed and
merged. Please be mindful of the test cases, and attempt to procure them from an
independent source.