repo: gemini-site
action: commit
revision: 
path_from: 
revision_from: 28cc332f73167ca794c6b98c862c2912d52fa957:
path_to: 
revision_to: 
git.thebackupbox.net
gemini-site
git clone git://git.thebackupbox.net/gemini-site
commit 28cc332f73167ca794c6b98c862c2912d52fa957
Author: Solderpunk 
Date:   Sun May 24 15:53:34 2020 +0000

    Fix minor errors.

diff --git a/docs/spec-spec.txt b/docs/spec-spec.txt
index 708e0934858aa32f2308dbf3ab1e081b574fd2a3..
index ..c8f5479fa3db99543cb3245e956edbc19eb09666 100644
--- a/docs/spec-spec.txt
+++ b/docs/spec-spec.txt
@@ -1,7 +1,7 @@
 -----------------------------
 Project Gemini
 "Speculative specification"
-v0.12.1, May 24th 2020
+v0.12.2, May 24th 2020
 -----------------------------

 This is an increasingly less rough sketch of an actual spec for
@@ -136,13 +136,13 @@ line.
 3	REDIRECT

 	The server is redirecting the client to a new location for the
-	requested resource.  There is no response body.  The header
-	text is a new URL for the requested resource.  The URL may be
-	absolute or relative.  The redirect should be considered
-	temporary, i.e. clients should continue to request the
-	resource at the original address and should not performance
-	convenience actions like automatically updating bookmarks.
-	There is no response body.
+	requested resource.  There is no response body.   is a
+	new URL for the requested resource.  The URL may be absolute
+	or relative.  The redirect should be considered temporary,
+        i.e. clients should continue to request the resource at the
+        original address and should not performance convenience
+        actions like automatically updating bookmarks.  There is no
+        response body.

 4	TEMPORARY FAILURE

@@ -159,8 +159,8 @@ line.
 	requests will reliably fail for the same reason.  The contents
 	of  may provide additional information on the failure,
 	and should be displayed to human users.  Automatic clients
-	such as aggregators or indexing crawlers should should not
-	repeat this request.
+	such as aggregators or indexing crawlers should not repeat
+	this request.

 6	CLIENT CERTIFICATE REQUIRED

-----END OF PAGE-----