summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorMordecai Velasco <59404502+mrdcvlsc@users.noreply.github.com>2021-12-08 19:21:50 +0800
committerGitHub <noreply@github.com>2021-12-08 06:21:50 -0500
commit66e18a2b6fc0eef49bff15ae8d8ca9f8b17f5129 (patch)
tree8e3398c90c49a217e1ee6cee8e343016b183b01b /Install.txt
parent9a81d45983eb5cf2a77d2118d510e31981430086 (diff)
downloadcryptopp-git-66e18a2b6fc0eef49bff15ae8d8ca9f8b17f5129.tar.gz
Update Install.txt (PR #1092)
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt
index 5bc3d351..16e96897 100644
--- a/Install.txt
+++ b/Install.txt
@@ -204,7 +204,7 @@ ACCEPTANCE TESTING
Crypto++ uses five security gates in its engineering process. The library must maintain the quality provided by the review system and integrity of the test suites. You can use the information to decide if the Crypto++ library suits your needs and provides a compatible security posture.
-The first gate is code review and discussion of proposed chnages. Git commits often cross reference a User Group discussions.
+The first gate is code review and discussion of proposed changes. Git commits often cross reference a User Group discussions.
Second is the compiler warning system. The code must clean compile under the equivalent of GCC's -Wall -Wextra (modulo -Wno-type-limits -Wno-unknown-pragmas). This is a moving target as compiler analysis improves.