From 4e5a91b6aa4dad8d0267b4ed474acbd22b217655 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 9 Jul 2021 14:21:32 +0200 Subject: [PATCH] docs: Fix typos Closes: #7370 Reviewed-by: Daniel Gustafsson --- docs/SSL-PROBLEMS.md | 2 +- projects/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SSL-PROBLEMS.md b/docs/SSL-PROBLEMS.md index f8ccbf83b4..54f9853448 100644 --- a/docs/SSL-PROBLEMS.md +++ b/docs/SSL-PROBLEMS.md @@ -33,7 +33,7 @@ Browsers work around this problem in two ways: they cache intermediate certificates from previous transfers and some implement the TLS "AIA" - extension that lets the client explicitly download such cerfificates on + extension that lets the client explicitly download such certificates on demand. ## Protocol version diff --git a/projects/README b/projects/README index 62b9986568..7a7698c2d2 100644 --- a/projects/README +++ b/projects/README @@ -145,7 +145,7 @@ Notes find bugs in the project files that need correcting, and would like to submit updated files back then please note that, whilst the solution files can be edited directly, the templates for the project files (which are - stored in the git repositoty) will need to be modified rather than the + stored in the git repository) will need to be modified rather than the generated project files that Visual Studio uses. Legacy Windows and SSL