From 66e18a2b6fc0eef49bff15ae8d8ca9f8b17f5129 Mon Sep 17 00:00:00 2001 From: Mordecai Velasco <59404502+mrdcvlsc@users.noreply.github.com> Date: Wed, 8 Dec 2021 19:21:50 +0800 Subject: Update Install.txt (PR #1092) --- Install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Install.txt') 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. -- cgit v1.2.1