From 8abb027288bce41041c09abd1b6314167618b099 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 29 Aug 2019 22:36:57 -0400 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4852c7b..f2dac28 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ $ openssl req -newkey rsa:2048 -nodes -keyout {hostname}.key \ ``` There are currently no plans to support transient self-signed client certificates. -This is due to a techinical limitation of the python standard library's ``ssl`` +This is due to a technical limitation of the python standard library's ``ssl`` module, which is described in detail [here](https://portal.mozz.us/?url=gemini%3A%2F%2Fmozz.us%2Fjournal%2F2019-08-21.txt). @@ -114,7 +114,7 @@ specification. Because Gemini is a less complex than HTTP, the CGI interface is also inherently easier and more straightforward to use. The main difference in this implementation is that the CGI script is expected -to write the entire gemini response *verbetim* to stdout: +to write the entire gemini response *verbatim* to stdout: 1. The status code and meta on the first line 2. Any additional response body on subsequent lines