From d460c307b1d1188c007a32928c8cb265a8d8680d Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 30 Oct 2017 21:05:22 +0100 Subject: [PATCH] fix typo --- Projects/TLStunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/TLStunnel b/Projects/TLStunnel index 4eebb5f..570fa17 100644 --- a/Projects/TLStunnel +++ b/Projects/TLStunnel @@ -14,7 +14,7 @@ requests the server name to talk with during the TLS handshake. The project is similar to others, such as stunnel or stud, but uses our TLS implementation written in the memory-safe language OCaml, instead of one written in C. The backend web servers don't need TLS support, -which lowers the maintainence burden. Most security problems in TLS +which lowers the maintenance burden. Most security problems in TLS implementations are caused by unsafe memory handling and support for weak cryptographic primitives. This TLS reverse proxy is deployed on various websites, including [Real World